diff --git a/CHANGELOG.md b/CHANGELOG.md index da5672e..7488db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to Wallpect are recorded in this file. The format follows [K ## [Unreleased] +## [0.2.1] - 2026-07-23 + ### Changed - Moved `wallpect.k-y.cc` from a Worker route over the former Pages DNS record to a Workers Custom Domain. @@ -50,5 +52,6 @@ All notable changes to Wallpect are recorded in this file. The format follows [K - Uploaded images remain in browser memory and are not sent to an upload API or analytics service. - Local secrets, credentials, build output, browser reports, and editor/OS metadata are excluded from version control. -[Unreleased]: https://github.com/kyeunga25/wallpect/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/kyeunga25/wallpect/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/kyeunga25/wallpect/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/kyeunga25/wallpect/releases/tag/v0.2.0 diff --git a/package-lock.json b/package-lock.json index cfedacb..9ef1751 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wallpect", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wallpect", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "lucide-react": "1.24.0", diff --git a/package.json b/package.json index b81c67d..5e997d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wallpect", "private": true, - "version": "0.2.0", + "version": "0.2.1", "description": "Privacy-first wallpaper preview and fitting tool for Apple devices.", "license": "MIT", "homepage": "https://wallpect.k-y.cc",