We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8bb8c commit 7645f4dCopy full SHA for 7645f4d
2 files changed
CHANGELOG.md
@@ -1,5 +1,21 @@
1
# Changelog
2
3
+## v0.4.3
4
+
5
+[compare changes](https://github.com/wxt-dev/queue/compare/v0.4.2...v0.4.3)
6
7
+### 📖 Documentation
8
9
+- Update OpenAPI docs, adding descriptions and examples to everything ([63f6cf2](https://github.com/wxt-dev/queue/commit/63f6cf2))
10
11
+### 🏡 Chore
12
13
+- Fix type error ([ca8bb8c](https://github.com/wxt-dev/queue/commit/ca8bb8c))
14
15
+### ❤️ Contributors
16
17
+- Aaron ([@aklinker1](https://github.com/aklinker1))
18
19
## v0.4.2
20
21
[compare changes](https://github.com/wxt-dev/queue/compare/v0.4.1...v0.4.2)
package.json
@@ -1,6 +1,6 @@
{
"name": "@wxt-dev/queue",
- "version": "0.4.2",
+ "version": "0.4.3",
"type": "module",
"packageManager": "bun@1.2.18",
"scripts": {
0 commit comments