We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac0d9f commit cee1c40Copy full SHA for cee1c40
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v0.3.12
4
+
5
+[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.11...v0.3.12)
6
7
+### 🩹 Fixes
8
9
+- Remove ' - Chrome Web Store' title suffix from extension names ([1ac0d9f](https://github.com/wxt-dev/queue/commit/1ac0d9f))
10
11
+### 🏡 Chore
12
13
+- Upgrade to bun V1.1.20 ([287dc2c](https://github.com/wxt-dev/queue/commit/287dc2c))
14
15
## v0.3.11
16
17
[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.10...v0.3.11)
package.json
@@ -1,6 +1,6 @@
{
"name": "wxt-queue",
- "version": "0.3.11",
+ "version": "0.3.12",
"module": "src/index.ts",
"type": "module",
"scripts": {
0 commit comments