Skip to content

Commit e577dd2

Browse files
author
GitHub Actions
committed
chore(release): v0.4.9
1 parent 3ce60f3 commit e577dd2

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.4.9
4+
5+
[compare changes](https://github.com/wxt-dev/queue/compare/v0.4.8...v0.4.9)
6+
7+
### 🚀 Enhancements
8+
9+
- Add `FirefoxAddon.slug`, `FirefoxAddon.guid`, and `EdgeAddon.productId` to model schema ([3ce60f3](https://github.com/wxt-dev/queue/commit/3ce60f3))
10+
11+
### 🏡 Chore
12+
13+
- Cleanup introspection error handling ([c07c5ea](https://github.com/wxt-dev/queue/commit/c07c5ea))
14+
15+
### 🤖 CI
16+
17+
- Use alpine docker image ([ae3909b](https://github.com/wxt-dev/queue/commit/ae3909b))
18+
19+
### ❤️ Contributors
20+
21+
- Aaron ([@aklinker1](https://github.com/aklinker1))
22+
323
## v0.4.8
424

525
[compare changes](https://github.com/wxt-dev/queue/compare/v0.4.7...v0.4.8)

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

0 commit comments

Comments
 (0)