We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f564997 commit 5bc0a5dCopy full SHA for 5bc0a5d
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v0.3.11
4
+
5
+[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.10...v0.3.11)
6
7
+### 🩹 Fixes
8
9
+- Reduce cache from 24 hours to 1 hour ([f564997](https://github.com/wxt-dev/queue/commit/f564997))
10
11
+### 🏡 Chore
12
13
+- Use @aklinker1/check to simplify checks ([90e10fe](https://github.com/wxt-dev/queue/commit/90e10fe))
14
15
## v0.3.10
16
17
[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.9...v0.3.10)
package.json
@@ -1,6 +1,6 @@
{
"name": "wxt-queue",
- "version": "0.3.10",
+ "version": "0.3.11",
"module": "src/index.ts",
"type": "module",
"scripts": {
0 commit comments