From e4e3b68c5ac60eab860ec438add7024e9aefcf6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 08:42:13 +0000 Subject: [PATCH] chore(main): release wavekat-com 0.0.22 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1f5bc20..c558e0d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.21" + ".": "0.0.22" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f051e2b..b9e6209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.22](https://github.com/wavekat/wavekat.com/compare/wavekat-com-v0.0.21...wavekat-com-v0.0.22) (2026-05-17) + + +### Features + +* add favicon to star-tracker ([#60](https://github.com/wavekat/wavekat.com/issues/60)) ([4075b41](https://github.com/wavekat/wavekat.com/commit/4075b417e7388c26e84d2e881d92b2f6d6acd4d9)) +* add gtag analytics to star-tracker ([#58](https://github.com/wavekat/wavekat.com/issues/58)) ([5441af3](https://github.com/wavekat/wavekat.com/commit/5441af3cb7639a484f12dac18966397f99617e43)) +* add lite audience analytics to star-tracker ([#61](https://github.com/wavekat/wavekat.com/issues/61)) ([2e4b975](https://github.com/wavekat/wavekat.com/commit/2e4b975a4f52c813b107c7db2a67c4f112e5a1f6)) + ## [0.0.21](https://github.com/wavekat/wavekat.com/compare/wavekat-com-v0.0.20...wavekat-com-v0.0.21) (2026-05-15) diff --git a/package-lock.json b/package-lock.json index e43351d..a8eed61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wavekat-com", - "version": "0.0.21", + "version": "0.0.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wavekat-com", - "version": "0.0.21", + "version": "0.0.22", "dependencies": { "@astrojs/rss": "^4.0.18", "@astrojs/sitemap": "^3.7.2", diff --git a/package.json b/package.json index cfaca60..31e31e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wavekat-com", "type": "module", - "version": "0.0.21", + "version": "0.0.22", "engines": { "node": ">=22.12.0" },