Skip to content

Commit

Permalink
chore(release): v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Mar 30, 2024
1 parent d177c46 commit 0d88099
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## v0.3.10

[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.9...v0.3.10)

### 🩹 Fixes

- Catch error when extension doesn't have any ratings ([d04b8b9](https://github.com/wxt-dev/queue/commit/d04b8b9))

### 🏡 Chore

- Update formatting ([2ff6c39](https://github.com/wxt-dev/queue/commit/2ff6c39))
- Upgrade bun to v1.0.35 ([514a865](https://github.com/wxt-dev/queue/commit/514a865))
- Fix failing test ([d177c46](https://github.com/wxt-dev/queue/commit/d177c46))

### 🤖 CI

- Add validation and release workflows ([2de0782](https://github.com/wxt-dev/queue/commit/2de0782))
- Remove PNPM usage ([2abe852](https://github.com/wxt-dev/queue/commit/2abe852))
- Fix type errors in CI ([cb0e62b](https://github.com/wxt-dev/queue/commit/cb0e62b))
- Fix release workflow ([f39781f](https://github.com/wxt-dev/queue/commit/f39781f))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wxt-queue",
"version": "0.3.9",
"version": "0.3.10",
"module": "src/index.ts",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 0d88099

Please sign in to comment.