From fb497e71a085e45501ccca1ec83f0e0a032602fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:40:33 +0000 Subject: [PATCH 1/2] chore(main): release wavekat-com 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eb9f3c8..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.63" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f95387..a52928d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/wavekat/wavekat.com/compare/wavekat-com-v0.0.63...wavekat-com-v1.0.0) (2026-09-07) + + +### ⚠ BREAKING CHANGES + +* drop the Early tag from the Windows download rows ([#181](https://github.com/wavekat/wavekat.com/issues/181)) + +### Features + +* drop the Early tag from the Windows download rows ([#181](https://github.com/wavekat/wavekat.com/issues/181)) ([e2d5f98](https://github.com/wavekat/wavekat.com/commit/e2d5f9833fb109a5c21eccbf5af7bcf90d2a3e1e)) + ## [0.0.63](https://github.com/wavekat/wavekat.com/compare/wavekat-com-v0.0.62...wavekat-com-v0.0.63) (2026-09-06) diff --git a/package-lock.json b/package-lock.json index e96a7a6..21f2898 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wavekat-com", - "version": "0.0.63", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wavekat-com", - "version": "0.0.63", + "version": "1.0.0", "dependencies": { "@astrojs/markdown-remark": "^7.2.2", "@astrojs/rss": "^4.0.19", diff --git a/package.json b/package.json index 2993dac..2ab90f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wavekat-com", "type": "module", - "version": "0.0.63", + "version": "1.0.0", "engines": { "node": ">=22.12.0" }, From 368786d4210ec513c2e3e91b4bd3e860795a51b2 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 7 Sep 2026 10:55:13 +0000 Subject: [PATCH 2/2] chore(main): release wavekat-com 0.0.64 Retarget the release from 1.0.0 to 0.0.64. The 1.0.0 came from one mislabelled commit, not from a decision to ship 1.0: #181 removed the Early tag from the Windows download rows and was titled `feat!:`, and with `bump-minor-pre-major` unset, release-please reads a pre-1.0 breaking change as the 1.0.0 promotion. Removing a badge is neither breaking nor a milestone, so the version follows the change: a patch. Also drops the BREAKING CHANGES section from the entry, which the `!` generated and which would otherwise contradict the version beside it. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01Gtr5DLgddkeyaC3cHUQqgb --- .release-please-manifest.json | 2 +- CHANGELOG.md | 6 +----- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..3fb8b49 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "0.0.64" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a52928d..50b5c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,8 @@ # Changelog -## [1.0.0](https://github.com/wavekat/wavekat.com/compare/wavekat-com-v0.0.63...wavekat-com-v1.0.0) (2026-09-07) +## [0.0.64](https://github.com/wavekat/wavekat.com/compare/wavekat-com-v0.0.63...wavekat-com-v0.0.64) (2026-09-07) -### ⚠ BREAKING CHANGES - -* drop the Early tag from the Windows download rows ([#181](https://github.com/wavekat/wavekat.com/issues/181)) - ### Features * drop the Early tag from the Windows download rows ([#181](https://github.com/wavekat/wavekat.com/issues/181)) ([e2d5f98](https://github.com/wavekat/wavekat.com/commit/e2d5f9833fb109a5c21eccbf5af7bcf90d2a3e1e)) diff --git a/package-lock.json b/package-lock.json index 21f2898..783d160 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wavekat-com", - "version": "1.0.0", + "version": "0.0.64", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wavekat-com", - "version": "1.0.0", + "version": "0.0.64", "dependencies": { "@astrojs/markdown-remark": "^7.2.2", "@astrojs/rss": "^4.0.19", diff --git a/package.json b/package.json index 2ab90f2..05a3539 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wavekat-com", "type": "module", - "version": "1.0.0", + "version": "0.0.64", "engines": { "node": ">=22.12.0" },