Skip to content

Commit e0fb60d

Browse files
author
GitHub Actions
committed
chore(release): v0.4.4
1 parent fdcce65 commit e0fb60d

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## v0.4.4
4+
5+
[compare changes](https://github.com/wxt-dev/queue/compare/v0.4.3...v0.4.4)
6+
7+
### 🚀 Enhancements
8+
9+
- Add base `Extension` interface to GQL schema ([5dbd328](https://github.com/wxt-dev/queue/commit/5dbd328))
10+
11+
### 📖 Documentation
12+
13+
- Fix typo ([48c2fe3](https://github.com/wxt-dev/queue/commit/48c2fe3))
14+
- Update README ([d794b51](https://github.com/wxt-dev/queue/commit/d794b51))
15+
16+
### 🏡 Chore
17+
18+
- Upgrade to Bun 1.3.12 ([27d90bc](https://github.com/wxt-dev/queue/commit/27d90bc))
19+
- Fix failing tests ([fdcce65](https://github.com/wxt-dev/queue/commit/fdcce65))
20+
21+
### ❤️ Contributors
22+
23+
- Aaron ([@aklinker1](https://github.com/aklinker1))
24+
325
## v0.4.3
426

527
[compare changes](https://github.com/wxt-dev/queue/compare/v0.4.2...v0.4.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wxt-dev/queue",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"type": "module",
55
"packageManager": "bun@1.3.12",
66
"scripts": {

0 commit comments

Comments
 (0)