We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c1c1b commit 18e55abCopy full SHA for 18e55ab
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.3.13
4
+
5
+[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.12...v0.3.13)
6
7
+### 🩹 Fixes
8
9
+- Only return null for crawl errors, not all extension in `chromeExtensions` ([f5c1c1b](https://github.com/wxt-dev/queue/commit/f5c1c1b))
10
11
## v0.3.12
12
13
[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.11...v0.3.12)
package.json
@@ -1,6 +1,6 @@
{
"name": "wxt-queue",
- "version": "0.3.12",
+ "version": "0.3.13",
"module": "src/index.ts",
"type": "module",
"scripts": {
0 commit comments