Skip to content

Commit

Permalink
chore(release): wxt v0.19.24
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jan 12, 2025
1 parent 5d7e251 commit d708eca
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion packages/wxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## v0.19.24

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

### 🩹 Fixes

- **init:** Remove "experimental" from bun package manager ([b150a52](https://github.com/wxt-dev/wxt/commit/b150a52))
- **web-ext:** Correctly pass `browserConsole` option to open devtools in Firefox ([#1308](https://github.com/wxt-dev/wxt/pull/1308))
- `autoMount` not working if anchor is already present ([#1350](https://github.com/wxt-dev/wxt/pull/1350))

### 🏡 Chore

- Fix typo in CLI docs ([028c601](https://github.com/wxt-dev/wxt/commit/028c601))

### ❤️ Contributors

- 1natsu ([@1natsu172](http://github.com/1natsu172))
- Paulo Pinto <[email protected]>
- Aaron ([@aklinker1](http://github.com/aklinker1))

## v0.19.23

[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.22...wxt-v0.19.23)
Expand Down Expand Up @@ -2775,4 +2795,4 @@ Initial release of WXT. Full support for production builds and initial toolkit f
### 🤖 CI

- Create validation workflow ([#12](https://github.com/wxt-dev/wxt/pull/12))
- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13))
- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13))
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.23",
"version": "0.19.24",
"description": "Next gen framework for developing web extensions",
"repository": {
"type": "git",
Expand Down

0 comments on commit d708eca

Please sign in to comment.