Skip to content

Commit 25d2543

Browse files
committed
bump: version 5.5.0 → 5.5.1
1 parent 7141d82 commit 25d2543

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.5.1 (2026-01-08)
6+
7+
### Fix
8+
9+
- improve Tag component by making it entire component clickable (#598)
10+
- **og-images**: wrap Buffer in Uint8Array for Response body (#568)
11+
- make post header vertical bar respect global settings (#562)
12+
- skip invalid code block metadata without key-value pairs (#561)
13+
14+
### Refactor
15+
16+
- update component props and improve types (#600)
17+
- improve props usage and dynamic rendering in LinkButton (#599)
18+
- improve semantic by replacing decorative hr with borders (#597)
19+
520
## v5.5.0 (2025-07-12)
621

722
### 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.5.0",
4+
"version": "5.5.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)