From ad9c26f260d2983057bf8a12334bdf467374d01f Mon Sep 17 00:00:00 2001 From: satnaing Date: Wed, 12 Mar 2025 21:44:31 +0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=205.0.0=20=E2=86=92=205.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b4a85..d12e4af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.0.1 (2025-03-12) + +### Fix + +- update docker-compose (#475) +- update import location in giscus example (#474) +- add an option to disable dynamic OG image generation (#476) +- remove unused `ogImage` size validation (#462) +- correct Google Fonts API URL construction for proper weight fetching +- align vertically in header nav (#460) +- add font-weight param in og image card style (#453) + +### Docs + +- update giscus integration guide for AstroPaper v5 (#472) +- update color schemes guide for AstroPaper v5 (#469) +- update LaTeX equations guide in Astro blog posts (#461) + ## v5.0.0 (2025-03-08) ### Feat diff --git a/package.json b/package.json index 9c46383..21cf125 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-paper", "type": "module", - "version": "5.0.0", + "version": "5.0.1", "scripts": { "dev": "astro dev", "build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",