diff --git a/packages/module-react/CHANGELOG.md b/packages/module-react/CHANGELOG.md index 7388d378..3ffa0e4d 100644 --- a/packages/module-react/CHANGELOG.md +++ b/packages/module-react/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v1.1.1 + +[compare changes](https://github.com/wxt-dev/wxt/compare/module-react-v1.1.0...module-react-v1.1.1) + +### 🏡 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.0 [compare changes](https://github.com/wxt-dev/wxt/compare/module-react-v1.0.0...module-react-v1.1.0) diff --git a/packages/module-react/package.json b/packages/module-react/package.json index 3b1cb7b8..33b46cd9 100644 --- a/packages/module-react/package.json +++ b/packages/module-react/package.json @@ -17,7 +17,7 @@ "email": "aaronklinker1+wxt@gmail.com" }, "license": "MIT", - "version": "1.1.0", + "version": "1.1.1", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs",