Skip to content

Commit bd2f335

Browse files
committed
bump: version 5.4.1 → 5.4.2
1 parent 5fb3b25 commit bd2f335

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.4.2 (2025-06-15)
6+
7+
### Fix
8+
9+
- broken typography in about layout (#541)
10+
- remove extra padding in fenced code blocks (#540)
11+
512
## v5.4.1 (2025-06-14)
613

714
### 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.4.1",
4+
"version": "5.4.2",
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)