diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index d48b0001..26937189 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.2.2 + +[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.2.1...storage-v1.2.2) + ## v1.2.1 [compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.2.0...storage-v1.2.1) diff --git a/packages/storage/package.json b/packages/storage/package.json index 1aacd3e8..2fb8d805 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,7 +1,7 @@ { "name": "@wxt-dev/storage", "description": "Web extension storage API provided by WXT, supports all browsers.", - "version": "1.2.1", + "version": "1.2.2", "type": "module", "repository": { "type": "git",