We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ced470 commit 01ac482Copy full SHA for 01ac482
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v0.3.18
4
+
5
+[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.17...v0.3.18)
6
7
+### 🩹 Fixes
8
9
+- Fix broken chrome crawler after layout change ([f702361](https://github.com/wxt-dev/queue/commit/f702361))
10
11
+### 🏡 Chore
12
13
+- Update failing tests ([2ced470](https://github.com/wxt-dev/queue/commit/2ced470))
14
15
## v0.3.17
16
17
[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.16...v0.3.17)
package.json
@@ -1,6 +1,6 @@
{
"name": "wxt-queue",
- "version": "0.3.17",
+ "version": "0.3.18",
"module": "src/index.ts",
"type": "module",
"packageManager": "[email protected]",
0 commit comments