From 572553df165bf00cc41ed537e7d064ed7d80b3b7 Mon Sep 17 00:00:00 2001 From: satnaing Date: Sat, 14 Jun 2025 00:16:02 +0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=205.3.0=20=E2=86=92=205.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe0d89e..6094c35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## 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) ### Feat diff --git a/package.json b/package.json index fc71976..8af8192 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-paper", "type": "module", - "version": "5.3.0", + "version": "5.4.0", "scripts": { "dev": "astro dev", "build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",