bump: version 5.4.1 → 5.4.2

This commit is contained in:
satnaing
2025-06-15 15:58:33 +07:00
parent 5fb3b25acb
commit bd2f335c3c
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -2,6 +2,13 @@
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.2 (2025-06-15)
### Fix
- broken typography in about layout (#541)
- remove extra padding in fenced code blocks (#540)
## v5.4.1 (2025-06-14)
### Fix
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "astro-paper",
"type": "module",
"version": "5.4.1",
"version": "5.4.2",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",