Skip to content

Commit 0d88099

Browse files
author
GitHub Actions
committed
chore(release): v0.3.10
1 parent d177c46 commit 0d88099

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## v0.3.10
4+
5+
[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.9...v0.3.10)
6+
7+
### 🩹 Fixes
8+
9+
- Catch error when extension doesn't have any ratings ([d04b8b9](https://github.com/wxt-dev/queue/commit/d04b8b9))
10+
11+
### 🏡 Chore
12+
13+
- Update formatting ([2ff6c39](https://github.com/wxt-dev/queue/commit/2ff6c39))
14+
- Upgrade bun to v1.0.35 ([514a865](https://github.com/wxt-dev/queue/commit/514a865))
15+
- Fix failing test ([d177c46](https://github.com/wxt-dev/queue/commit/d177c46))
16+
17+
### 🤖 CI
18+
19+
- Add validation and release workflows ([2de0782](https://github.com/wxt-dev/queue/commit/2de0782))
20+
- Remove PNPM usage ([2abe852](https://github.com/wxt-dev/queue/commit/2abe852))
21+
- Fix type errors in CI ([cb0e62b](https://github.com/wxt-dev/queue/commit/cb0e62b))
22+
- Fix release workflow ([f39781f](https://github.com/wxt-dev/queue/commit/f39781f))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wxt-queue",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"module": "src/index.ts",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)