diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd82da7..5732f9ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v0.7.1 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.7.0...v0.7.1) + +### 🚀 Enhancements + +- `createContentScriptUi` helper ([#143](https://github.com/wxt-dev/wxt/pull/143)) + +### 📖 Documentation + +- Add docs for `createContentScriptUi` ([65fcfc0](https://github.com/wxt-dev/wxt/commit/65fcfc0)) + +### 🏡 Chore + +- **release:** V0.7.1-alpha1 ([2d4983e](https://github.com/wxt-dev/wxt/commit/2d4983e)) + ## v0.7.0 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.6.6...v0.7.0) diff --git a/package.json b/package.json index cadb3031..12c53f82 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.7.1-alpha1", + "version": "0.7.1", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18.16.0",