Skip to content

Commit

Permalink
chore(release): wxt v0.19.10
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Sep 22, 2024
1 parent efcb593 commit 4a1bd41
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions packages/wxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## v0.19.10

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

### 🔥 Performance

- Reduce hypersensitive onChange of watcher ([#978](https://github.com/wxt-dev/wxt/pull/978))

### 🩹 Fixes

- Fix config manifest type ([#973](https://github.com/wxt-dev/wxt/pull/973))

### 📖 Documentation

- Examples reference outDir vs. outputDir ([#982](https://github.com/wxt-dev/wxt/pull/982))
- Improved docs and links ([#970](https://github.com/wxt-dev/wxt/pull/970))

### 🌊 Types

- Fix `ExtensionRunnerConfig.chromiumPref` type ([fda1e18](https://github.com/wxt-dev/wxt/commit/fda1e18))

### ❤️ Contributors

- 1natsu ([@1natsu172](http://github.com/1natsu172))
- Okinea Dev ([@okineadev](http://github.com/okineadev))
- The-syndrome <[email protected]>
- Hikiko4ern ([@hikiko4ern](http://github.com/hikiko4ern))

## v0.19.9

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

0 comments on commit 4a1bd41

Please sign in to comment.