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" },