Skip to content

Commit ec27a6a

Browse files
author
GitHub Actions
committed
chore(release): v0.4.0
1 parent 5ee13a5 commit ec27a6a

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

3+
## v0.4.0
4+
5+
[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.20...v0.4.0)
6+
7+
### 🚀 Enhancements
8+
9+
- ⚠️ Upgrade bun and refactor routing ([#6](https://github.com/wxt-dev/queue/pull/6))
10+
11+
### 🏡 Chore
12+
13+
- Update changelog generation config ([52f936b](https://github.com/wxt-dev/queue/commit/52f936b))
14+
- Add MIT License ([1ee6329](https://github.com/wxt-dev/queue/commit/1ee6329))
15+
16+
### 🤖 CI
17+
18+
- Fix dockerfile ([5ee13a5](https://github.com/wxt-dev/queue/commit/5ee13a5))
19+
20+
#### ⚠️ Breaking Changes
21+
22+
- ⚠️ Upgrade bun and refactor routing ([#6](https://github.com/wxt-dev/queue/pull/6))
23+
24+
### ❤️ Contributors
25+
26+
- Aaron ([@aklinker1](https://github.com/aklinker1))
27+
328
## v0.3.20
429

530
[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.19...v0.3.20)

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.3.20",
3+
"version": "0.4.0",
44
"type": "module",
55
"packageManager": "bun@1.2.18",
66
"scripts": {

0 commit comments

Comments
 (0)