diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index f4759084a..a6fdbb4e4 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## v0.19.5 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.4...wxt-v0.19.5) + +### 🚀 Enhancements + +- Allow zipping hidden files by listing them explicitly in `includeSources` ([#902](https://github.com/wxt-dev/wxt/pull/902)) +- Allow excluding files when zipping ([#906](https://github.com/wxt-dev/wxt/pull/906)) + +### 🩹 Fixes + +- #907 move wxt devDeps execa to dependencies ([#908](https://github.com/wxt-dev/wxt/pull/908), [#907](https://github.com/wxt-dev/wxt/issues/907)) +- Update chromium setting for enabling content script sourcemaps ([e6529e6](https://github.com/wxt-dev/wxt/commit/e6529e6)) + +### ❤️ Contributors + +- 1natsu +- Florian Metz ([@Timeraa](http://github.com/Timeraa)) +- Hikiko4ern ([@hikiko4ern](http://github.com/hikiko4ern)) + ## v0.19.4 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.3...wxt-v0.19.4) @@ -2353,4 +2373,4 @@ Initial release of WXT. Full support for production builds and initial toolkit f ### 🤖 CI - Create validation workflow ([#12](https://github.com/wxt-dev/wxt/pull/12)) -- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13)) +- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13)) \ No newline at end of file diff --git a/packages/wxt/package.json b/packages/wxt/package.json index dcd186c40..a4189294b 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.19.4", + "version": "0.19.5", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",