diff --git a/CHANGELOG.md b/CHANGELOG.md index 6486a88b..38bbbb9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.7.5 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.7.4...v0.7.5) + +### 🩹 Fixes + +- More consistent `version_name` generation between browsers ([#163](https://github.com/wxt-dev/wxt/pull/163)) +- Ignore non-manifest fields when merging content script entries ([#164](https://github.com/wxt-dev/wxt/pull/164)) +- Add `browser_style` to popup options ([#165](https://github.com/wxt-dev/wxt/pull/165)) + ## v0.7.4 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.7.3...v0.7.4) diff --git a/package.json b/package.json index 9a689bbb..90e9ff01 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.7.4", + "version": "0.7.5", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18.16.0",