From cda50289cb28891c5e7c131e49d30b40b5da0826 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 09:45:20 +0000 Subject: [PATCH] chore(main): release wavekat-com 0.0.50 --- .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 8783afc..c0ab9f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.49" + ".": "0.0.50" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fd09049..a9510a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.50](https://github.com/wavekat/wavekat.com/compare/wavekat-com-v0.0.49...wavekat-com-v0.0.50) (2026-07-26) + + +### Features + +* **brand:** live wallpaper page ([#136](https://github.com/wavekat/wavekat.com/issues/136)) ([4aafecf](https://github.com/wavekat/wavekat.com/commit/4aafecf6ecd3188c027aaddd1df6d6545ce78a81)) +* **home:** link hero carousel screenshots to their blog posts ([#139](https://github.com/wavekat/wavekat.com/issues/139)) ([7271776](https://github.com/wavekat/wavekat.com/commit/7271776062492a8059ce095417b68115aac05e03)) +* **home:** rotating hero screenshot carousel ([#137](https://github.com/wavekat/wavekat.com/issues/137)) ([a673831](https://github.com/wavekat/wavekat.com/commit/a6738317649628da1178a74a16f8c1f2b9f48170)) + ## [0.0.49](https://github.com/wavekat/wavekat.com/compare/wavekat-com-v0.0.48...wavekat-com-v0.0.49) (2026-07-26) diff --git a/package-lock.json b/package-lock.json index a9b344a..d4403ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wavekat-com", - "version": "0.0.49", + "version": "0.0.50", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wavekat-com", - "version": "0.0.49", + "version": "0.0.50", "dependencies": { "@astrojs/rss": "^4.0.18", "@astrojs/sitemap": "^3.7.2", diff --git a/package.json b/package.json index 43452dd..3fd06e9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wavekat-com", "type": "module", - "version": "0.0.49", + "version": "0.0.50", "engines": { "node": ">=22.12.0" },