diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 5ef1af57..3fa6e26d 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## v1.1.1 + +[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.1.0...storage-v1.1.1) + +### 🩹 Fixes + +- Return early if no migration is needed ([#1502](https://github.com/wxt-dev/wxt/pull/1502)) + +### 🏡 Chore + +- Add funding links to `package.json` files ([#1446](https://github.com/wxt-dev/wxt/pull/1446)) +- Use PNPM 10's new catelog feature ([#1493](https://github.com/wxt-dev/wxt/pull/1493)) +- Move production dependencies to PNPM 10 catelog ([#1494](https://github.com/wxt-dev/wxt/pull/1494)) +- **deps:** Upgrade to Vite 6 and related dependencies ([#1496](https://github.com/wxt-dev/wxt/pull/1496)) + +### ❤️ Contributors + +- Ergou +- Aaron ([@aklinker1](http://github.com/aklinker1)) +- Okinea Dev ([@okineadev](http://github.com/okineadev)) + ## v1.1.0 [compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.0.1...storage-v1.1.0) diff --git a/packages/storage/package.json b/packages/storage/package.json index 81e53189..10105bf6 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.1.0", + "version": "1.1.1", "type": "module", "repository": { "type": "git",