From cdf31a216bcca12f7b38be3afcfd2c213cec812d Mon Sep 17 00:00:00 2001 From: satnaing Date: Sun, 13 Oct 2024 10:38:01 +0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=204.5.1=20=E2=86=92=204.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac298cc..8ef081a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. +## v4.6.0 (2024-10-13) + +### Feat + +- add edit post feature in blog posts (#384) + +### Refactor + +- remove duplicate [page].astro (#389) + ## v4.5.1 (2024-10-02) ### Fix diff --git a/package-lock.json b/package-lock.json index 93e378d..e512d5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-paper", - "version": "4.5.1", + "version": "4.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-paper", - "version": "4.5.1", + "version": "4.6.0", "dependencies": { "@astrojs/check": "^0.9.3", "@astrojs/rss": "^4.0.7", diff --git a/package.json b/package.json index a459cb7..8ab9419 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-paper", - "version": "4.5.1", + "version": "4.6.0", "private": false, "scripts": { "dev": "astro dev",