chore(release): v0.9.0

This commit is contained in:
GitHub Actions
2023-11-04 15:56:43 +00:00
parent 6641ffaeed
commit c4ce44e001
2 changed files with 26 additions and 1 deletions
+25
View File
@@ -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 <yyyanghj@gmail.com>
## v0.8.7
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.8.6...v0.8.7)
+1 -1
View File
@@ -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",