From e037a78c4eab651de28e0ca2e40589753b411622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Thu, 9 Apr 2026 16:54:31 +0200 Subject: [PATCH] docs(changelog): release v0.6.0 and bump package version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update version from 0.5.0 to 0.6.0 in package.json, set v0.6.0 release date, and update badge statuses (v0.6.0 → Latest, v0.5.0 → Previous). --- package.json | 2 +- src/pages/changelog.astro | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c3595a7..c4ccae3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zblade-dev", "type": "module", - "version": "0.5.0", + "version": "0.6.0", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index ac26d37..a5ad407 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -23,13 +23,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
+

v0.6.0

- TBD + April 9, 2026
- Development + Latest
@@ -75,13 +75,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
+

v0.5.0

March 25, 2026
- Latest + Previous