Skip to content

Commit ad9c26f

Browse files
committed
bump: version 5.0.0 → 5.0.1
1 parent ec59d11 commit ad9c26f

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
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.
44

5+
## v5.0.1 (2025-03-12)
6+
7+
### Fix
8+
9+
- update docker-compose (#475)
10+
- update import location in giscus example (#474)
11+
- add an option to disable dynamic OG image generation (#476)
12+
- remove unused `ogImage` size validation (#462)
13+
- correct Google Fonts API URL construction for proper weight fetching
14+
- align vertically in header nav (#460)
15+
- add font-weight param in og image card style (#453)
16+
17+
### Docs
18+
19+
- update giscus integration guide for AstroPaper v5 (#472)
20+
- update color schemes guide for AstroPaper v5 (#469)
21+
- update LaTeX equations guide in Astro blog posts (#461)
22+
523
## v5.0.0 (2025-03-08)
624

725
### Feat

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astro-paper",
33
"type": "module",
4-
"version": "5.0.0",
4+
"version": "5.0.1",
55
"scripts": {
66
"dev": "astro dev",
77
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",

0 commit comments

Comments
 (0)