diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index f320a66a..47cc075b 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.2.5 + +[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.2.4...storage-v1.2.5) + ## v1.2.4 [compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.2.3...storage-v1.2.4) diff --git a/packages/storage/package.json b/packages/storage/package.json index a2ee615b..6652b42c 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.4", + "version": "1.2.5", "type": "module", "repository": { "type": "git",