Skip to content

Commit b3680c5

Browse files
committed
bump: version 5.2.0 → 5.3.0
1 parent ad67e04 commit b3680c5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

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.3.0 (2025-06-11)
6+
7+
### Feat
8+
9+
- improve back-to-top button behavior (#520)(#527)
10+
11+
### Fix
12+
13+
- navigation flicker on Android when in dark mode (#494)
14+
- add scroll offset for anchor targets (#506)
15+
- add types for constants to avoid type errors when empty (#501)
16+
- update heading alignment and font-size (#473)
17+
18+
### Refactor
19+
20+
- extract redundant max-width into utility (#525)
21+
- use new astro env (#507)
22+
523
## v5.2.0 (2025-03-22)
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.2.0",
4+
"version": "5.3.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)