From 237467a00504360ec07f1afb5caaa30895cadd6a Mon Sep 17 00:00:00 2001 From: satnaing Date: Thu, 20 Mar 2025 12:43:31 +0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=205.1.0=20=E2=86=92=205.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c20523..c14ea8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.1.1 (2025-03-20) + +### Fix + +- initial light mode flash in dark mode (#488) +- broken editPost link and update editPost logic (#487) +- prevent overflow by adding line breaks in table codes (#485) + ## v5.1.0 (2025-03-18) ### Feat diff --git a/package.json b/package.json index 2554068..486b6de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-paper", "type": "module", - "version": "5.1.0", + "version": "5.1.1", "scripts": { "dev": "astro dev", "build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",