Skip to content

Commit a3301d0

Browse files
chore(release): wxt v0.20.1
1 parent b9e7235 commit a3301d0

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

packages/wxt/CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
# Changelog
22

3+
## v0.20.1
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.0...wxt-v0.20.1)
6+
7+
### 🚀 Enhancements
8+
9+
- Enable wxt usage inside of devcontainers ([#1406](https://github.com/wxt-dev/wxt/pull/1406))
10+
- Type-safe `import.meta.env.BROWSER` with new `targetBrowers` config ([#1574](https://github.com/wxt-dev/wxt/pull/1574))
11+
12+
### 🩹 Fixes
13+
14+
- Don't remove top-level destructured variable definitions when importing entrypoints ([#1561](https://github.com/wxt-dev/wxt/pull/1561))
15+
- Add JSDoc type annotation to auto-imports for ESlint ([#1558](https://github.com/wxt-dev/wxt/pull/1558))
16+
17+
### 📖 Documentation
18+
19+
- Fix knowledge file generation ([#1550](https://github.com/wxt-dev/wxt/pull/1550))
20+
21+
### 🏡 Chore
22+
23+
- **deps:** Update all dependencies ([#1568](https://github.com/wxt-dev/wxt/pull/1568))
24+
- Update comment ([61b42ef](https://github.com/wxt-dev/wxt/commit/61b42ef))
25+
26+
### ❤️ Contributors
27+
28+
- 7sDream ([@7sDream](https://github.com/7sDream))
29+
- Aaron ([@aklinker1](https://github.com/aklinker1))
30+
- Nostro ([@nostrorom](https://github.com/nostrorom))
31+
- Khalil Yao ([@yyz945947732](https://github.com/yyz945947732))
32+
- Alec WM ([@alecdwm](https://github.com/alecdwm))
33+
334
## v0.20.0
35+
436
Excited to release the next major version of WXT! Follow the [Upgrade guide](https://wxt.dev/guide/resources/upgrading.html) to update!
537

638
---
@@ -40,6 +72,7 @@ Excited to release the next major version of WXT! Follow the [Upgrade guide](htt
4072

4173
- Aaron ([@aklinker1](https://github.com/aklinker1))
4274
- 1natsu ([@1natsu172](https://github.com/1natsu172))
75+
4376
## v0.19.29
4477

4578
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.28...wxt-v0.19.29)
@@ -2927,4 +2960,4 @@ Initial release of WXT. Full support for production builds and initial toolkit f
29272960
### 🤖 CI
29282961

29292962
- Create validation workflow ([#12](https://github.com/wxt-dev/wxt/pull/12))
2930-
- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13))
2963+
- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13))

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.0",
4+
"version": "0.20.1",
55
"description": "⚡ Next-gen Web Extension Framework",
66
"license": "MIT",
77
"scripts": {

0 commit comments

Comments
 (0)