diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index c9f360d1..31cc2e31 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## v1.0.1 + +[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.0.0...storage-v1.0.1) + +### 🩹 Fixes + +- Use `browser` for mv2 storage ([#1200](https://github.com/wxt-dev/wxt/pull/1200)) + +### 📖 Documentation + +- Cleanup changelog ([f5b7f7e](https://github.com/wxt-dev/wxt/commit/f5b7f7e)) + +### 🏡 Chore + +- Init changelog for storage package ([6fc227b](https://github.com/wxt-dev/wxt/commit/6fc227b)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](http://github.com/aklinker1)) + ## v1.0.0 Extracted `wxt/storage` into it's own package, `@wxt-dev/storage`! @@ -11,4 +31,4 @@ It's still shipped inside WXT and accessible via `wxt/storage`, but now: [Read the docs](https://wxt.dev/storage.html) for more details. -> This is apart of the v1.0 initiative for WXT. +> This is apart of the v1.0 initiative for WXT. \ No newline at end of file diff --git a/packages/storage/package.json b/packages/storage/package.json index 4412f662..83b29f95 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.0.0", + "version": "1.0.1", "type": "module", "repository": { "type": "git",