diff --git a/CHANGELOG.md b/CHANGELOG.md index c14ea8b..36d7a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.2.0 (2025-03-22) + +### Feat + +- add global and per-post timezone support (#491) + +### Fix + +- adjust nav bar alignment in heading (#492) +- ensure only one search bar is displayed on nav link clicks (#489) + ## v5.1.1 (2025-03-20) ### Fix diff --git a/package.json b/package.json index d87e1ad..2350daa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-paper", "type": "module", - "version": "5.1.1", + "version": "5.2.0", "scripts": { "dev": "astro dev", "build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",