chore(release): wxt v0.19.6

This commit is contained in:
GitHub Actions
2024-08-16 20:16:57 +00:00
parent b1699592e4
commit adf9d39d69
2 changed files with 18 additions and 1 deletions
+17
View File
@@ -1,5 +1,22 @@
# Changelog
## v0.19.6
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.5...wxt-v0.19.6)
### 🔥 Performance
- Ignore non-source code from the file watcher ([#919](https://github.com/wxt-dev/wxt/pull/919))
### 🩹 Fixes
- Typo in sidepanel options (`browse_style``browser_style`) ([#914](https://github.com/wxt-dev/wxt/pull/914))
- **types:** Don't report type errors when using string templates with `browser.i18n.getMessage` ([#916](https://github.com/wxt-dev/wxt/pull/916))
### ❤️ Contributors
- 1natsu
## v0.19.5
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.4...wxt-v0.19.5)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.19.5",
"version": "0.19.6",
"description": "Next gen framework for developing web extensions",
"repository": {
"type": "git",