Skip to content

Commit a643852

Browse files
author
GitHub Actions
committed
chore(release): wxt v0.19.19
1 parent e221252 commit a643852

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packages/wxt/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## v0.19.19
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.18...wxt-v0.19.19)
6+
7+
### 🚀 Enhancements
8+
9+
- Keyboard shortcut to reopen the browser without restarting the dev command ([#1211](https://github.com/wxt-dev/wxt/pull/1211))
10+
11+
### 🩹 Fixes
12+
13+
- Prevent changing dev server port when reloading config ([#1241](https://github.com/wxt-dev/wxt/pull/1241))
14+
- Ensure content scripts are registered immediately in dev mode ([#1253](https://github.com/wxt-dev/wxt/pull/1253))
15+
- Exclude skipped entrypoints from Firefox sources zip ([#1238](https://github.com/wxt-dev/wxt/pull/1238))
16+
17+
### ❤️ Contributors
18+
19+
- Nishu ([@nishu-murmu](http://github.com/nishu-murmu))
20+
- Aaron ([@aklinker1](http://github.com/aklinker1))
21+
322
## v0.19.18
423

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

packages/wxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wxt",
33
"type": "module",
4-
"version": "0.19.18",
4+
"version": "0.19.19",
55
"description": "Next gen framework for developing web extensions",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)