We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f461147 commit 743b55cCopy full SHA for 743b55c
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v0.3.14
4
+
5
+[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.13...v0.3.14)
6
7
+### 🚀 Enhancements
8
9
+- Extract screenshots from CWS and Firefox addons ([#3](https://github.com/wxt-dev/queue/pull/3))
10
11
+### 🏡 Chore
12
13
+- Bump bun version to 1.1.31 ([74249c1](https://github.com/wxt-dev/queue/commit/74249c1))
14
15
## v0.3.13
16
17
[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.12...v0.3.13)
package.json
@@ -1,6 +1,6 @@
{
"name": "wxt-queue",
- "version": "0.3.13",
+ "version": "0.3.14",
"module": "src/index.ts",
"type": "module",
"packageManager": "bun@1.1.31",
0 commit comments