bump: version 4.5.1 → 4.6.0

This commit is contained in:
satnaing
2024-10-13 10:38:01 +07:00
parent e1ba9c1008
commit cdf31a216b
3 changed files with 13 additions and 3 deletions
+10
View File
@@ -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
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "astro-paper",
"version": "4.5.1",
"version": "4.6.0",
"private": false,
"scripts": {
"dev": "astro dev",