diff --git a/CHANGELOG.md b/CHANGELOG.md index ed7ce1c2..7a718883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.8.1 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.8.0...v0.8.1) + +### 🩹 Fixes + +- Output `action.browser_style` correctly ([6a93f20](https://github.com/wxt-dev/wxt/commit/6a93f20)) + +### 📖 Documentation + +- Generate full API docs with typedoc ([#174](https://github.com/wxt-dev/wxt/pull/174)) + ## v0.8.0 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.7.5...v0.8.0) diff --git a/package.json b/package.json index cc21cf51..fdcbd2ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.8.0", + "version": "0.8.1", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",