diff --git a/packages/module-solid/CHANGELOG.md b/packages/module-solid/CHANGELOG.md index 003fbeaff..3db1c3d30 100644 --- a/packages/module-solid/CHANGELOG.md +++ b/packages/module-solid/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v1.1.2 + +[compare changes](https://github.com/wxt-dev/wxt/compare/module-solid-v1.1.1...module-solid-v1.1.2) + +### 🏡 Chore + +- **deps:** Bump all non-major dependencies ([#834](https://github.com/wxt-dev/wxt/pull/834)) +- **deps:** Upgrade all dependencies ([#869](https://github.com/wxt-dev/wxt/pull/869)) +- Add more metadata for npm ([#885](https://github.com/wxt-dev/wxt/pull/885)) + +### ❤️ Contributors + +- Florian Metz ([@Timeraa](http://github.com/Timeraa)) + ## v1.1.1 [compare changes](https://github.com/wxt-dev/wxt/compare/module-solid-v1.1.0...module-solid-v1.1.1) diff --git a/packages/module-solid/package.json b/packages/module-solid/package.json index 0cc37117b..4d725763e 100644 --- a/packages/module-solid/package.json +++ b/packages/module-solid/package.json @@ -17,7 +17,7 @@ "email": "aaronklinker1+wxt@gmail.com" }, "license": "MIT", - "version": "1.1.1", + "version": "1.1.2", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs",