We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d522bbc commit 1167f3bCopy full SHA for 1167f3b
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.3.19
4
+
5
+[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.18...v0.3.19)
6
7
+### 🩹 Fixes
8
9
+- Refactor CWS crawler to more safely extract extension details ([#5](https://github.com/wxt-dev/queue/pull/5))
10
11
## v0.3.18
12
13
[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.17...v0.3.18)
package.json
@@ -1,6 +1,6 @@
{
"name": "wxt-queue",
- "version": "0.3.18",
+ "version": "0.3.19",
"module": "src/index.ts",
"type": "module",
"packageManager": "[email protected]",
0 commit comments