We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e6ca5 commit e05fbf4Copy full SHA for e05fbf4
packages/wxt/CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v0.19.22
4
+
5
+[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.21...wxt-v0.19.22)
6
7
+### 🩹 Fixes
8
9
+- Exclude entire `import.meta.env` object from content script output ([#1267](https://github.com/wxt-dev/wxt/pull/1267))
10
11
+### ❤️ Contributors
12
13
+- Aaron ([@aklinker1](http://github.com/aklinker1))
14
15
## v0.19.21
16
17
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.20...wxt-v0.19.21)
packages/wxt/package.json
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
- "version": "0.19.21",
+ "version": "0.19.22",
"description": "Next gen framework for developing web extensions",
"repository": {
"type": "git",
0 commit comments