From 25d25437cf85b5df77c26b094ccc7035c6adddad Mon Sep 17 00:00:00 2001 From: satnaing Date: Thu, 8 Jan 2026 19:04:42 +0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=205.5.0=20=E2=86=92=205.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ed76d9..c6faf61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. +## v5.5.1 (2026-01-08) + +### Fix + +- improve Tag component by making it entire component clickable (#598) +- **og-images**: wrap Buffer in Uint8Array for Response body (#568) +- make post header vertical bar respect global settings (#562) +- skip invalid code block metadata without key-value pairs (#561) + +### Refactor + +- update component props and improve types (#600) +- improve props usage and dynamic rendering in LinkButton (#599) +- improve semantic by replacing decorative hr with borders (#597) + ## v5.5.0 (2025-07-12) ### Feat diff --git a/package.json b/package.json index 8dca9ea..68369fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-paper", "type": "module", - "version": "5.5.0", + "version": "5.5.1", "scripts": { "dev": "astro dev", "build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",