diff --git a/CHANGELOG.md b/CHANGELOG.md index 6094c35..de28e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.1 (2025-06-14) + +### Fix + +- make heading anchors in article visible on mobile (#537) + +### Refactor + +- update tailwind typography css overrides (#538) + ## v5.4.0 (2025-06-14) ### Feat diff --git a/package.json b/package.json index 8af8192..c7fedac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-paper", "type": "module", - "version": "5.4.0", + "version": "5.4.1", "scripts": { "dev": "astro dev", "build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",