From b0671e726d72984342a5ba618ada0461aeb80d23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 23:47:32 +0000 Subject: [PATCH] chore(main): release wavekat-com 0.0.21 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9bc82d3..1f5bc20 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.20" + ".": "0.0.21" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e373ed5..f051e2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.0.21](https://github.com/wavekat/wavekat.com/compare/wavekat-com-v0.0.20...wavekat-com-v0.0.21) (2026-05-15) + + +### Features + +* add star-tracker worker ([#52](https://github.com/wavekat/wavekat.com/issues/52)) ([6f13ee1](https://github.com/wavekat/wavekat.com/commit/6f13ee1d5438505ee104cf15cee8b5c5e35a89f9)) +* add wavekat-asr to ecosystem ([#50](https://github.com/wavekat/wavekat.com/issues/50)) ([f26f29b](https://github.com/wavekat/wavekat.com/commit/f26f29b7fe1d46d299226fcd7e8003a21015c388)) +* auto-theme star-tracker embed snippet ([#55](https://github.com/wavekat/wavekat.com/issues/55)) ([4989603](https://github.com/wavekat/wavekat.com/commit/498960364d008819b151cf1cfafea7c6b974d678)) +* star-tracker recent trend, range, per-repo charts ([#54](https://github.com/wavekat/wavekat.com/issues/54)) ([7189f91](https://github.com/wavekat/wavekat.com/commit/7189f910a536c3cb721562938e00c5618a500c65)) + + +### Bug Fixes + +* keep star-tracker count fresh on webhook ([#56](https://github.com/wavekat/wavekat.com/issues/56)) ([1fdf264](https://github.com/wavekat/wavekat.com/commit/1fdf26434e7825f7edd310cb4db5c75512e9257a)) +* stop long embed snippets blowing out page width ([#57](https://github.com/wavekat/wavekat.com/issues/57)) ([7b6b096](https://github.com/wavekat/wavekat.com/commit/7b6b09608c2360967c6dd2a228dcc708abfea869)) +* wrap star-tracker header on mobile ([#53](https://github.com/wavekat/wavekat.com/issues/53)) ([82e92b9](https://github.com/wavekat/wavekat.com/commit/82e92b970dd88757ac3affc97ffaaddf2236e1d3)) + ## [0.0.20](https://github.com/wavekat/wavekat.com/compare/wavekat-com-v0.0.19...wavekat-com-v0.0.20) (2026-05-12) diff --git a/package-lock.json b/package-lock.json index 37a9507..e43351d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wavekat-com", - "version": "0.0.20", + "version": "0.0.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wavekat-com", - "version": "0.0.20", + "version": "0.0.21", "dependencies": { "@astrojs/rss": "^4.0.18", "@astrojs/sitemap": "^3.7.2", diff --git a/package.json b/package.json index da7c9ba..cfaca60 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wavekat-com", "type": "module", - "version": "0.0.20", + "version": "0.0.21", "engines": { "node": ">=22.12.0" },