chore(release): wxt v0.19.13
vhs / vhs (push) Waiting to run

This commit is contained in:
GitHub Actions
2024-10-22 13:45:03 +00:00
parent c031c6e82e
commit ae1e276577
2 changed files with 18 additions and 1 deletions
+17
View File
@@ -1,5 +1,22 @@
# Changelog
## v0.19.13
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.12...wxt-v0.19.13)
### 🚀 Enhancements
- **env:** Load env from `.env.[browser]` variants ([#1078](https://github.com/wxt-dev/wxt/pull/1078))
### 🩹 Fixes
- Don't use `#private` member variables in `ContentScriptContext` ([#1103](https://github.com/wxt-dev/wxt/pull/1103))
### ❤️ Contributors
- Craig Slusher <cslush@gmail.com>
- Aaron <aaronklinker1@gmail.com>
## v0.19.12
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.11...wxt-v0.19.12)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.19.12",
"version": "0.19.13",
"description": "Next gen framework for developing web extensions",
"repository": {
"type": "git",