bump: version 5.0.1 → 5.1.0

This commit is contained in:
satnaing
2025-03-18 08:16:47 +07:00
parent 9c92ba9452
commit 0d8cbaf714
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -2,6 +2,17 @@
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. 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.
## v5.1.0 (2025-03-18)
### Feat
- allow blog posts to be organized by subdirectories
### Other
- update blog post creation guide
- upgrade astro and dependencies
## v5.0.1 (2025-03-12) ## v5.0.1 (2025-03-12)
### Fix ### Fix
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "astro-paper", "name": "astro-paper",
"type": "module", "type": "module",
"version": "5.0.1", "version": "5.1.0",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/", "build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",