Skip to content

Commit 413cd93

Browse files
author
GitHub Actions
committed
chore(release): wxt v0.19.20
1 parent 64a42de commit 413cd93

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/wxt/CHANGELOG.md

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

3+
## v0.19.20
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.19...wxt-v0.19.20)
6+
7+
### 🚀 Enhancements
8+
9+
- `autoMount` content script UIs ([#1210](https://github.com/wxt-dev/wxt/pull/1210))
10+
11+
### 🩹 Fixes
12+
13+
- Only show reopen browser shortcut when it can be done ([#1263](https://github.com/wxt-dev/wxt/pull/1263))
14+
- Import entrypoint improvements ([#1207](https://github.com/wxt-dev/wxt/pull/1207))
15+
16+
### ❤️ Contributors
17+
18+
- Aaron ([@aklinker1](http://github.com/aklinker1))
19+
- 1natsu ([@1natsu172](http://github.com/1natsu172))
20+
321
## v0.19.19
422

523
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.18...wxt-v0.19.19)

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.19.19",
4+
"version": "0.19.20",
55
"description": "Next gen framework for developing web extensions",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)