From bbd3c00a090e75b9c45a41bf70262216c239c71f Mon Sep 17 00:00:00 2001 From: satnaing Date: Sat, 3 Dec 2022 00:36:12 +0630 Subject: [PATCH] chore(release): 1.2.1 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 193d46c..bdfd738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.2.1](https://github.com/satnaing/astro-paper/compare/v1.2.0...v1.2.1) (2022-12-02) + + +### Bug Fixes + +* disable access to draft posts via url ([1c2821e](https://github.com/satnaing/astro-paper/commit/1c2821e4df65bee7126aed17244bb6590b1163d8)) +* display '0 results' instead of '0 result' in Search ([e9bdbee](https://github.com/satnaing/astro-paper/commit/e9bdbee524c88efc60943381cd2f523b8865bedb)) +* displays featured section only if featured posts exist ([e0f93da](https://github.com/satnaing/astro-paper/commit/e0f93dab02024d65ddb69925a21e8d8598a036e9)) +* fix calculating draft posts in totalPages ([19e34a0](https://github.com/satnaing/astro-paper/commit/19e34a0801019df8681d1d4e80f678989cf2457c)) +* hide pagination when there's only 1 page ([6b35c7f](https://github.com/satnaing/astro-paper/commit/6b35c7fc2f63bb16aaefc140029b1eae1235cc44)) +* should be 0 results not result ([eceb289](https://github.com/satnaing/astro-paper/commit/eceb2895623cffefc65671fdfc343fa5e4c01cdb)) + ## [1.2.0](https://github.com/satnaing/astro-paper/compare/v1.1.3...v1.2.0) (2022-11-28) diff --git a/package-lock.json b/package-lock.json index 5031f36..d434237 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-paper", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astro-paper", - "version": "1.2.0", + "version": "1.2.1", "dependencies": { "@astrojs/rss": "^1.0.3", "astro": "^1.6.12", diff --git a/package.json b/package.json index 9aa5d11..4f1ac83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-paper", - "version": "1.2.0", + "version": "1.2.1", "private": false, "scripts": { "dev": "astro dev",