Skip to content

Commit 84405a3

Browse files
chore(release): wxt v0.20.11
1 parent bdf795c commit 84405a3

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packages/wxt/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## v0.20.11
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.10...wxt-v0.20.11)
6+
7+
### 🩹 Fixes
8+
9+
- Split `wxt/testing` into separate modules to fix issues with `jsdom` and `happy-dom` ([#1844](https://github.com/wxt-dev/wxt/pull/1844))
10+
- `input_components` is supported by mv3 ([#1881](https://github.com/wxt-dev/wxt/pull/1881))
11+
12+
### 🏡 Chore
13+
14+
- **deps:** Upgrade project subdependencies ([#1882](https://github.com/wxt-dev/wxt/pull/1882))
15+
16+
### ❤️ Contributors
17+
18+
- Aaron ([@aklinker1](https://github.com/aklinker1))
19+
- Qijia Liu <[email protected]>
20+
- Marcellino Ornelas ([@marcellino-ornelas](https://github.com/marcellino-ornelas))
21+
322
## v0.20.10
423

524
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.9...wxt-v0.20.10)

packages/wxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wxt",
33
"type": "module",
4-
"version": "0.20.10",
4+
"version": "0.20.11",
55
"description": "⚡ Next-gen Web Extension Framework",
66
"license": "MIT",
77
"scripts": {

0 commit comments

Comments
 (0)