diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 7fc788f3..0bc99bdd 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.18.4 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.18.3...v0.18.4) + +### 🩹 Fixes + +- Allow zipping hidden files in sources by listing them explicitly in `includeSources` ([#674](https://github.com/wxt-dev/wxt/pull/674)) +- Properly invalidate content script context ([#683](https://github.com/wxt-dev/wxt/pull/683)) + +### 📖 Documentation + +- Update contributing guidelines ([8125d74](https://github.com/wxt-dev/wxt/commit/8125d74)) + +### ❤️ Contributors + +- Hujiulong ([@hujiulong](http://github.com/hujiulong)) + ## v0.18.3 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.18.2...v0.18.3) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index da01edca..03830b93 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.18.3", + "version": "0.18.4", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",