From daeeabdbc1e3c97067245c0a138ecd5143a9af6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 08:34:48 +0000 Subject: [PATCH] chore(main): release wavekat-com 0.0.62 --- .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 89ad342..e8f5ac0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.61" + ".": "0.0.62" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e2172a..54c35ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.62](https://github.com/wavekat/wavekat.com/compare/wavekat-com-v0.0.61...wavekat-com-v0.0.62) (2026-09-06) + + +### Bug Fixes + +* **ci:** give the Linux runners a fallback resolver ([#178](https://github.com/wavekat/wavekat.com/issues/178)) ([9d0178d](https://github.com/wavekat/wavekat.com/commit/9d0178d778d043609c9bf8f1f03f2fbc5437d55a)) +* **ci:** pin DNS for the Mac mini runners ([64b9ec9](https://github.com/wavekat/wavekat.com/commit/64b9ec9c1e30045479a48ea3d81c7242f426d88b)) +* **ci:** retry the build-time asset downloads ([#177](https://github.com/wavekat/wavekat.com/issues/177)) ([c7149a6](https://github.com/wavekat/wavekat.com/commit/c7149a6ed1e85bd089107c19433f336cb4968601)) + ## [0.0.61](https://github.com/wavekat/wavekat.com/compare/wavekat-com-v0.0.60...wavekat-com-v0.0.61) (2026-09-06) diff --git a/package-lock.json b/package-lock.json index 9b09a6c..8530fa7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wavekat-com", - "version": "0.0.61", + "version": "0.0.62", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wavekat-com", - "version": "0.0.61", + "version": "0.0.62", "dependencies": { "@astrojs/markdown-remark": "^7.2.2", "@astrojs/rss": "^4.0.19", diff --git a/package.json b/package.json index fd2f146..4c07d9e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wavekat-com", "type": "module", - "version": "0.0.61", + "version": "0.0.62", "engines": { "node": ">=22.12.0" },