We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9b034 commit d524040Copy full SHA for d524040
2 files changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v0.4.13
4
+
5
+[compare changes](https://github.com/wxt-dev/queue/compare/v0.4.12...v0.4.13)
6
7
+### 🩹 Fixes
8
9
+- Add logs to indicate which cache to use ([4d9b034](https://github.com/wxt-dev/queue/commit/4d9b034))
10
11
+### ❤️ Contributors
12
13
+- Aaron ([@aklinker1](https://github.com/aklinker1))
14
15
## v0.4.12
16
17
[compare changes](https://github.com/wxt-dev/queue/compare/v0.4.11...v0.4.12)
package.json
@@ -1,6 +1,6 @@
{
"name": "@wxt-dev/queue",
- "version": "0.4.12",
+ "version": "0.4.13",
"type": "module",
"packageManager": "bun@1.3.12",
"scripts": {
0 commit comments