bump: version 5.4.2 → 5.4.3

This commit is contained in:
satnaing
2025-06-21 15:15:31 +07:00
parent a9b9c3acbf
commit aedd98ddca
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.4.3 (2025-06-21)
### Fix
- remove time from post datetime display (#546)
- update edit post link styling and text (#545)
- typos across codebase (#543)
## v5.4.2 (2025-06-15)
### Fix
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "astro-paper",
"type": "module",
"version": "5.4.2",
"version": "5.4.3",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",