Skip to content

Commit 18e55ab

Browse files
author
GitHub Actions
committed
chore(release): v0.3.13
1 parent f5c1c1b commit 18e55ab

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## v0.3.12
412

513
[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.11...v0.3.12)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wxt-queue",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"module": "src/index.ts",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)