File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.20.9
4
+
5
+ [ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.20.8...wxt-v0.20.9 )
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - ** types:** Use TType for DocumentEventMap key in ctx.addEventListener ([ #1863 ] ( https://github.com/wxt-dev/wxt/pull/1863 ) )
10
+ - Prevent Unlisted CSS from being excluded in the build when using CSS preprocessor ([ #1590 ] ( https://github.com/wxt-dev/wxt/pull/1590 ) )
11
+
12
+ ### 🏡 Chore
13
+
14
+ - ** deps:** Upgrade oxlint from 0.16.8 to 1.14.0 ([ a01928e0] ( https://github.com/wxt-dev/wxt/commit/a01928e0 ) )
15
+ - ** deps:** Upgrade typescript from 5.8.3 to 5.9.2 ([ a6eef643] ( https://github.com/wxt-dev/wxt/commit/a6eef643 ) )
16
+ - Upgrade nano-spawn to v1 ([ 5fefd8e0] ( https://github.com/wxt-dev/wxt/commit/5fefd8e0 ) )
17
+ - Upgrade faker to v10 ([ 984568e0] ( https://github.com/wxt-dev/wxt/commit/984568e0 ) )
18
+ - Upgrade dotenv to v17.2.2 ([ 380a9630] ( https://github.com/wxt-dev/wxt/commit/380a9630 ) )
19
+ - Upgrade happy-dom to v18.0.1 ([ c1c3d3b7] ( https://github.com/wxt-dev/wxt/commit/c1c3d3b7 ) )
20
+ - Create script for managing dependency upgrades ([ #1875 ] ( https://github.com/wxt-dev/wxt/pull/1875 ) )
21
+ - ** deps:** Upgrade all dev dependencies ([ #1876 ] ( https://github.com/wxt-dev/wxt/pull/1876 ) )
22
+
23
+ ### ❤️ Contributors
24
+
25
+ - Aaron ([ @aklinker1 ] ( https://github.com/aklinker1 ) )
26
+ - Kim Gyeongjae ([ @PortalCube ] ( https://github.com/PortalCube ) )
27
+
28
+
3
29
## v0.20.8
4
30
5
31
[ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.20.7...wxt-v0.20.8 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wxt" ,
3
3
"type" : " module" ,
4
- "version" : " 0.20.8 " ,
4
+ "version" : " 0.20.9 " ,
5
5
"description" : " ⚡ Next-gen Web Extension Framework" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
You can’t perform that action at this time.
0 commit comments