Skip to content

Commit 0d8cbaf

Browse files
committed
bump: version 5.0.1 → 5.1.0
1 parent 9c92ba9 commit 0d8cbaf

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## v5.1.0 (2025-03-18)
6+
7+
### Feat
8+
9+
- allow blog posts to be organized by subdirectories
10+
11+
### Other
12+
13+
- update blog post creation guide
14+
- upgrade astro and dependencies
15+
516
## v5.0.1 (2025-03-12)
617

718
### Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astro-paper",
33
"type": "module",
4-
"version": "5.0.1",
4+
"version": "5.1.0",
55
"scripts": {
66
"dev": "astro dev",
77
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",

0 commit comments

Comments
 (0)