We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ac524 commit dd3c68cCopy full SHA for dd3c68c
2 files changed
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## v0.4.11
4
+
5
+[compare changes](https://github.com/wxt-dev/queue/compare/v0.4.10...v0.4.11)
6
7
+### 🏡 Chore
8
9
+- Update download path for chrome crawler debugging ([6aab516](https://github.com/wxt-dev/queue/commit/6aab516))
10
+- Switch to logger with JSON support ([23ac524](https://github.com/wxt-dev/queue/commit/23ac524))
11
12
+### ❤️ Contributors
13
14
+- Aaron ([@aklinker1](https://github.com/aklinker1))
15
16
## v0.4.10
17
18
[compare changes](https://github.com/wxt-dev/queue/compare/v0.4.9...v0.4.10)
package.json
@@ -1,6 +1,6 @@
{
"name": "@wxt-dev/queue",
- "version": "0.4.10",
+ "version": "0.4.11",
"type": "module",
"packageManager": "bun@1.3.12",
"scripts": {
0 commit comments