diff --git a/packages/module-solid/CHANGELOG.md b/packages/module-solid/CHANGELOG.md index fef739d4..003fbeaf 100644 --- a/packages/module-solid/CHANGELOG.md +++ b/packages/module-solid/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v1.1.1 + +[compare changes](https://github.com/wxt-dev/wxt/compare/module-solid-v1.1.0...module-solid-v1.1.1) + +### 🩹 Fixes + +- Use `prepare` instead of `postinstall` for local dev setup ([#788](https://github.com/wxt-dev/wxt/pull/788)) + ## v1.1.0 [compare changes](https://github.com/wxt-dev/wxt/compare/module-solid-v1.0.1...module-solid-v1.1.0) diff --git a/packages/module-solid/package.json b/packages/module-solid/package.json index 1566e49c..085553a9 100644 --- a/packages/module-solid/package.json +++ b/packages/module-solid/package.json @@ -1,6 +1,6 @@ { "name": "@wxt-dev/module-solid", - "version": "1.1.0", + "version": "1.1.1", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs",