From c4ce44e001b2a83e52d4e859a08629b43e6cce6e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 4 Nov 2023 15:56:43 +0000 Subject: [PATCH] chore(release): v0.9.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) 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",