Skip to content

Commit

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

## v0.19.11

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

### 🚀 Enhancements

- **zip:** Hooks ([#993](https://github.com/wxt-dev/wxt/pull/993))
- **zip:** `wxt zip --sources` and auto sources for opera ([#1014](https://github.com/wxt-dev/wxt/pull/1014))

### 🩹 Fixes

- Reverse env files priority ([#1016](https://github.com/wxt-dev/wxt/pull/1016))
- #1005 fixed, by updating type-definations to getItem method. ([#1007](https://github.com/wxt-dev/wxt/pull/1007), [#1005](https://github.com/wxt-dev/wxt/issues/1005))

### 🏡 Chore

- Move some files around ([#996](https://github.com/wxt-dev/wxt/pull/996))

### ❤️ Contributors

- Florian Metz ([@Timeraa](http://github.com/Timeraa))
- Gurvir Singh ([@baraich](http://github.com/baraich))
- Mezannic <[email protected]>
- Aaron ([@aklinker1](http://github.com/aklinker1))

## v0.19.10

[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.9...wxt-v0.19.10)
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.10",
"version": "0.19.11",
"description": "Next gen framework for developing web extensions",
"repository": {
"type": "git",
Expand Down

0 comments on commit d270250

Please sign in to comment.