diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 93e961f4..26383412 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.18.14 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.18.13...wxt-v0.18.14) + +### 🩹 Fixes + +- **modules:** Add types from all wxt node_modules, not just ones with config ([#817](https://github.com/wxt-dev/wxt/pull/817)) + ## v0.18.13 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.18.12...wxt-v0.18.13) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 5dea94b0..7dce7030 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.18.13", + "version": "0.18.14", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",