bump: version 5.0.0 → 5.0.1

This commit is contained in:
satnaing
2025-03-12 21:44:31 +07:00
parent ec59d1109e
commit ad9c26f260
2 changed files with 19 additions and 1 deletions
+18
View File
@@ -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. 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) ## v5.0.0 (2025-03-08)
### Feat ### Feat
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "astro-paper", "name": "astro-paper",
"type": "module", "type": "module",
"version": "5.0.0", "version": "5.0.1",
"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/",