Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.22"
".": "0.0.23"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wavekat-com",
"type": "module",
"version": "0.0.22",
"version": "0.0.23",
"engines": {
"node": ">=22.12.0"
},
Expand Down