Skip to content

Commit 77655ee

Browse files
committed
bump: version 4.8.0 → 5.0.0
1 parent da2557f commit 77655ee

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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.0 (2025-03-08)
6+
7+
### Feat
8+
9+
- add pagefind for static search (#458)
10+
- update back button logic
11+
12+
### Fix
13+
14+
- ignore in eslint
15+
- update blog table padding
16+
- remove unused back url in the card url
17+
- show light/dark button according to site setting
18+
- add author url in Google JSON-LD conditionally
19+
20+
### Refactor
21+
22+
- remove react dependency for UI interactions (#457)
23+
- separate config and constants
24+
- update import alias in files
25+
- update blog directory to `src/data/blog`
26+
27+
28+
- upgrade to Tailwind CSS v4
29+
- update import alias to `@/*`
30+
- upgrade Astro to v5 and related packages
31+
532
## v4.8.0 (2025-02-08)
633

734
### 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": "4.8.0",
4+
"version": "5.0.0",
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)