Skip to content

Commit

Permalink
chore(release): wxt v0.19.23
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Dec 25, 2024
1 parent 0bf7279 commit 91ef7f2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions packages/wxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## v0.19.23

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

### 🚀 Enhancements

- **hooks:** Move `entrypoints:resolved` before debug logs and add `entrypoints:found` ([#1292](https://github.com/wxt-dev/wxt/pull/1292))

### 🩹 Fixes

- Allow runtime registered content scripts to not have `matches` ([#1306](https://github.com/wxt-dev/wxt/pull/1306))
- Properly close readline instance on close ([#1278](https://github.com/wxt-dev/wxt/pull/1278))

### 📖 Documentation

- Sync READMEs ([27298b7](https://github.com/wxt-dev/wxt/commit/27298b7))

### 🏡 Chore

- Simplify keyboard shortcuts ([#1284](https://github.com/wxt-dev/wxt/pull/1284))

### ❤️ Contributors

- Aaron ([@aklinker1](http://github.com/aklinker1))
- Abhigyan Trips <[email protected]>

## v0.19.22

[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.21...wxt-v0.19.22)
Expand Down
2 changes: 1 addition & 1 deletion packages/wxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.19.22",
"version": "0.19.23",
"description": "Next gen framework for developing web extensions",
"repository": {
"type": "git",
Expand Down

0 comments on commit 91ef7f2

Please sign in to comment.