Skip to content

Commit 91ef7f2

Browse files
author
GitHub Actions
committed
chore(release): wxt v0.19.23
1 parent 0bf7279 commit 91ef7f2

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

packages/wxt/CHANGELOG.md

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

3+
## v0.19.23
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.22...wxt-v0.19.23)
6+
7+
### 🚀 Enhancements
8+
9+
- **hooks:** Move `entrypoints:resolved` before debug logs and add `entrypoints:found` ([#1292](https://github.com/wxt-dev/wxt/pull/1292))
10+
11+
### 🩹 Fixes
12+
13+
- Allow runtime registered content scripts to not have `matches` ([#1306](https://github.com/wxt-dev/wxt/pull/1306))
14+
- Properly close readline instance on close ([#1278](https://github.com/wxt-dev/wxt/pull/1278))
15+
16+
### 📖 Documentation
17+
18+
- Sync READMEs ([27298b7](https://github.com/wxt-dev/wxt/commit/27298b7))
19+
20+
### 🏡 Chore
21+
22+
- Simplify keyboard shortcuts ([#1284](https://github.com/wxt-dev/wxt/pull/1284))
23+
24+
### ❤️ Contributors
25+
26+
- Aaron ([@aklinker1](http://github.com/aklinker1))
27+
- Abhigyan Trips <abhigyantrips@gmail.com>
28+
329
## v0.19.22
430

531
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.21...wxt-v0.19.22)

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

0 commit comments

Comments
 (0)