diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d283d4..0873e478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## v0.14.7 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.14.6...v0.14.7) + +### 🩹 Fixes + +- Improve error messages when importing and building entrypoints ([3b63a51](https://github.com/wxt-dev/wxt/commit/3b63a51)) +- **storage:** Throw better error message when importing outside a extension environment ([35865ad](https://github.com/wxt-dev/wxt/commit/35865ad)) +- Upgrade `web-ext-run` ([62ecb6f](https://github.com/wxt-dev/wxt/commit/62ecb6f)) + +### 📖 Documentation + +- Add `matches` to content script examples ([dab8efa](https://github.com/wxt-dev/wxt/commit/dab8efa)) +- Fix incorrect sample code ([#372](https://github.com/wxt-dev/wxt/pull/372)) +- Document defined constants for the build target ([68874e6](https://github.com/wxt-dev/wxt/commit/68874e6)) +- Add missing `await` to `createShadowRootUi` examples ([fc45c37](https://github.com/wxt-dev/wxt/commit/fc45c37)) + +### ❤️ Contributors + +- 東奈比 ([@dongnaebi](http://github.com/dongnaebi)) + ## v0.14.6 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.14.5...v0.14.6) diff --git a/package.json b/package.json index 2892849c..ec9d6720 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.14.6", + "version": "0.14.7", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",