Skip to content

Commit f9982f7

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

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
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+
### Feat
8+
9+
- add pagefind for static search (#458)
10+
- update back button logic
11+
12+
### Fix
13+
14+
- update docker-compose (#475)
15+
- update import location in giscus example (#474)
16+
- add an option to disable dynamic OG image generation (#476)
17+
- remove unused `ogImage` size validation (#462)
18+
- correct Google Fonts API URL construction for proper weight fetching
19+
- align vertically in header nav (#460)
20+
- add font-weight param in og image card style (#453)
21+
- ignore in eslint
22+
- update blog table padding
23+
- remove unused back url in the card url
24+
- show light/dark button according to site setting
25+
- add author url in Google JSON-LD conditionally
26+
27+
### Refactor
28+
29+
- remove react dependency for UI interactions (#457)
30+
- separate config and constants
31+
- update import alias in files
32+
- update blog directory to `src/data/blog`
33+
34+
35+
- upgrade to Tailwind CSS v4
36+
- update import alias to `@/*`
37+
- upgrade Astro to v5 and related packages
38+
539
## v5.0.0 (2025-03-08)
640

741
### 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)