File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
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 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wxt-queue" ,
3
- "version" : " 0.3.9 " ,
3
+ "version" : " 0.3.10 " ,
4
4
"module" : " src/index.ts" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments