Skip to content

Commit cdf31a2

Browse files
committed
bump: version 4.5.1 → 4.6.0
1 parent e1ba9c1 commit cdf31a2

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
## v4.6.0 (2024-10-13)
6+
7+
### Feat
8+
9+
- add edit post feature in blog posts (#384)
10+
11+
### Refactor
12+
13+
- remove duplicate [page].astro (#389)
14+
515
## v4.5.1 (2024-10-02)
616

717
### Fix

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-paper",
3-
"version": "4.5.1",
3+
"version": "4.6.0",
44
"private": false,
55
"scripts": {
66
"dev": "astro dev",

0 commit comments

Comments
 (0)