mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
bump: version 5.3.0 → 5.4.0
This commit is contained in:
@@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
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.
|
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.0 (2025-06-14)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- add file name transformer for fenced code blocks (#535)
|
||||||
|
- add RTL language support (#531)
|
||||||
|
- add Shiki transformers for better syntax highlighting (#534)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- replace broken prev/next links with correct paths (#533)
|
||||||
|
|
||||||
## v5.3.0 (2025-06-11)
|
## v5.3.0 (2025-06-11)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "astro-paper",
|
"name": "astro-paper",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "5.3.0",
|
"version": "5.4.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",
|
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",
|
||||||
|
|||||||
Reference in New Issue
Block a user