bump: version 5.1.0 → 5.1.1

This commit is contained in:
satnaing
2025-03-20 12:43:31 +07:00
parent 5e92a3d4da
commit 237467a005
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -2,6 +2,14 @@
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.1 (2025-03-20)
### Fix
- initial light mode flash in dark mode (#488)
- broken editPost link and update editPost logic (#487)
- prevent overflow by adding line breaks in table codes (#485)
## v5.1.0 (2025-03-18)
### Feat
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "astro-paper",
"type": "module",
"version": "5.1.0",
"version": "5.1.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",