Skip to content

Commit

Permalink
chore(release): wxt v0.19.13
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Oct 22, 2024
1 parent c031c6e commit ae1e276
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/wxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
- Aaron <[email protected]>

## v0.19.12

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

0 comments on commit ae1e276

Please sign in to comment.