We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8096d77 commit 69088acCopy full SHA for 69088ac
2 files changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v0.4.8
4
+
5
+[compare changes](https://github.com/wxt-dev/queue/compare/v0.4.7...v0.4.8)
6
7
+### 🩹 Fixes
8
9
+- Fix non-working cors short-circuit ([8096d77](https://github.com/wxt-dev/queue/commit/8096d77))
10
11
+### ❤️ Contributors
12
13
+- Aaron ([@aklinker1](https://github.com/aklinker1))
14
15
## v0.4.7
16
17
[compare changes](https://github.com/wxt-dev/queue/compare/v0.4.6...v0.4.7)
package.json
@@ -1,6 +1,6 @@
{
"name": "@wxt-dev/queue",
- "version": "0.4.7",
+ "version": "0.4.8",
"type": "module",
"packageManager": "bun@1.3.12",
"scripts": {
0 commit comments