diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 586810b4e..4acc18086 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## v0.19.10 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.9...wxt-v0.19.10) + +### 🔥 Performance + +- Reduce hypersensitive onChange of watcher ([#978](https://github.com/wxt-dev/wxt/pull/978)) + +### 🩹 Fixes + +- Fix config manifest type ([#973](https://github.com/wxt-dev/wxt/pull/973)) + +### 📖 Documentation + +- Examples reference outDir vs. outputDir ([#982](https://github.com/wxt-dev/wxt/pull/982)) +- Improved docs and links ([#970](https://github.com/wxt-dev/wxt/pull/970)) + +### 🌊 Types + +- Fix `ExtensionRunnerConfig.chromiumPref` type ([fda1e18](https://github.com/wxt-dev/wxt/commit/fda1e18)) + +### ❤️ Contributors + +- 1natsu ([@1natsu172](http://github.com/1natsu172)) +- Okinea Dev ([@okineadev](http://github.com/okineadev)) +- The-syndrome +- Hikiko4ern ([@hikiko4ern](http://github.com/hikiko4ern)) + ## v0.19.9 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.8...wxt-v0.19.9) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index d2755dfa9..f423f48f1 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.19.9", + "version": "0.19.10", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",