diff --git a/CHANGELOG.md b/CHANGELOG.md index 319d71f2..8695aca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.9.2 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.9.1...v0.9.2) + +### 🚀 Enhancements + +- Experimental option to exclude `webextension-polyfill` ([#231](https://github.com/wxt-dev/wxt/pull/231)) + +### 🤖 CI + +- Fix sync-release workflow ([d1b5230](https://github.com/wxt-dev/wxt/commit/d1b5230)) + ## v0.9.1 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.9.0...v0.9.1) diff --git a/package.json b/package.json index 5c11bf62..d74f3870 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.9.1", + "version": "0.9.2", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",