diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d3f8b11..85d921b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## v0.9.0 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.8.7...v0.9.0) + +### 🩹 Fixes + +- ⚠️ Remove `lib` from `.wxt/tsconfig.json` ([#209](https://github.com/wxt-dev/wxt/pull/209)) + +### 📖 Documentation + +- Fix heading ([345406f](https://github.com/wxt-dev/wxt/commit/345406f)) +- Add demo video ([#208](https://github.com/wxt-dev/wxt/pull/208)) + +### 🏡 Chore + +- Fix Svelte and React template READMEs ([#207](https://github.com/wxt-dev/wxt/pull/207)) + +#### ⚠️ Breaking Changes + +- ⚠️ Remove `lib` from `.wxt/tsconfig.json` ([#209](https://github.com/wxt-dev/wxt/pull/209)) + +### ❤️ Contributors + +- Yyyanghj + ## v0.8.7 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.8.6...v0.8.7) diff --git a/package.json b/package.json index 7f90dadb..ab137fb8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.8.7", + "version": "0.9.0", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",