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 3577c0b commit 7ea36a3Copy full SHA for 7ea36a3
packages/wxt/CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v0.20.5
4
+
5
+[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.4...wxt-v0.20.5)
6
7
+### 🩹 Fixes
8
9
+- Don't use crypto.randUUID for shadow root UIs ([3577c0b](https://github.com/wxt-dev/wxt/commit/3577c0b))
10
11
+### ❤️ Contributors
12
13
+- Aaron ([@aklinker1](https://github.com/aklinker1))
14
15
## v0.20.4
16
17
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.3...wxt-v0.20.4)
packages/wxt/package.json
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
- "version": "0.20.4",
+ "version": "0.20.5",
"description": "⚡ Next-gen Web Extension Framework",
"license": "MIT",
"scripts": {
0 commit comments