From aedd98ddca756255f7dd1e2e54ae9e570b1f99a4 Mon Sep 17 00:00:00 2001 From: satnaing Date: Sat, 21 Jun 2025 15:15:31 +0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=205.4.2=20=E2=86=92=205.4.3?= 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 dbf4148..cf9a31f 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.4.3 (2025-06-21) + +### Fix + +- remove time from post datetime display (#546) +- update edit post link styling and text (#545) +- typos across codebase (#543) + ## v5.4.2 (2025-06-15) ### Fix diff --git a/package.json b/package.json index 4e6c424..3c35eee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-paper", "type": "module", - "version": "5.4.2", + "version": "5.4.3", "scripts": { "dev": "astro dev", "build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",