Skip to content

Commit 572553d

Browse files
committed
bump: version 5.3.0 → 5.4.0
1 parent cb8a479 commit 572553d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.0 (2025-06-14)
6+
7+
### Feat
8+
9+
- add file name transformer for fenced code blocks (#535)
10+
- add RTL language support (#531)
11+
- add Shiki transformers for better syntax highlighting (#534)
12+
13+
### Fix
14+
15+
- replace broken prev/next links with correct paths (#533)
16+
517
## v5.3.0 (2025-06-11)
618

719
### Feat

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.3.0",
4+
"version": "5.4.0",
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)