diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c558e0d..a244a27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.22" + ".": "0.0.23" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e6209..a8efd68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.0.23](https://github.com/wavekat/wavekat.com/compare/wavekat-com-v0.0.22...wavekat-com-v0.0.23) (2026-05-19) + + +### Features + +* **gha-runners:** dockerized self-hosted runner setup ([#65](https://github.com/wavekat/wavekat.com/issues/65)) ([120fd7e](https://github.com/wavekat/wavekat.com/commit/120fd7eb3bdb32fd78dfbc2c2a30b10adab2dc06)) +* self-hosted GHA runners on aoc-m3l + role-label workflow routing ([#64](https://github.com/wavekat/wavekat.com/issues/64)) ([d2d8415](https://github.com/wavekat/wavekat.com/commit/d2d8415c128d4455b44dcb482e4b1d48018f1cfc)) + + +### Bug Fixes + +* **gha-runners:** install gh CLI and Rust toolchain in docker image ([#66](https://github.com/wavekat/wavekat.com/issues/66)) ([9b167e7](https://github.com/wavekat/wavekat.com/commit/9b167e70cb55e04229fba8ae91a69eb891df56b5)) +* **star-tracker:** de-inflate chart-view counts + per-repo breakdown ([#62](https://github.com/wavekat/wavekat.com/issues/62)) ([954f9d4](https://github.com/wavekat/wavekat.com/commit/954f9d4d76105349c5afe55f68e61986e2c9cc8d)) + ## [0.0.22](https://github.com/wavekat/wavekat.com/compare/wavekat-com-v0.0.21...wavekat-com-v0.0.22) (2026-05-17) diff --git a/package-lock.json b/package-lock.json index a8eed61..64d3172 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wavekat-com", - "version": "0.0.22", + "version": "0.0.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wavekat-com", - "version": "0.0.22", + "version": "0.0.23", "dependencies": { "@astrojs/rss": "^4.0.18", "@astrojs/sitemap": "^3.7.2", diff --git a/package.json b/package.json index 31e31e0..a1f6bcd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wavekat-com", "type": "module", - "version": "0.0.22", + "version": "0.0.23", "engines": { "node": ">=22.12.0" },