File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.20.20
4+
5+ [ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.20.19...wxt-v0.20.20 )
6+
7+ ### 🩹 Fixes
8+
9+ - Unlisted script return values broken with Vite 8 sourcemaps ([ #2197 ] ( https://github.com/wxt-dev/wxt/pull/2197 ) )
10+
11+ ### 📖 Documentation
12+
13+ - Add Dymo extension ID to UsingWxtSection.vue ([ #2187 ] ( https://github.com/wxt-dev/wxt/pull/2187 ) )
14+ - Add Extension Rank Checker to the list of extensions ([ #2193 ] ( https://github.com/wxt-dev/wxt/pull/2193 ) )
15+
16+ ### 🏡 Chore
17+
18+ - ** deps:** Add vite-node 6 support ([ 64b68671] ( https://github.com/wxt-dev/wxt/commit/64b68671 ) )
19+
20+ ### ❤️ Contributors
21+
22+ - Aaron ([ @aklinker1 ] ( https://github.com/aklinker1 ) )
23+ - Joseph Hu ([ @KiJO94GO ] ( https://github.com/KiJO94GO ) )
24+ - FJRG2007 ツ ([ @FJRG2007 ] ( https://github.com/FJRG2007 ) )
25+ - Hampus Tågerud ([ @hampustagerud ] ( https://github.com/hampustagerud ) )
26+
327## v0.20.19
428
529[ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.20.18...wxt-v0.20.19 )
Original file line number Diff line number Diff line change 11{
22 "name" : " wxt" ,
33 "type" : " module" ,
4- "version" : " 0.20.19 " ,
4+ "version" : " 0.20.20 " ,
55 "description" : " ⚡ Next-gen Web Extension Framework" ,
66 "license" : " MIT" ,
77 "scripts" : {
Original file line number Diff line number Diff line change 2323 "@types/react-dom" : " ^19.2.3" ,
2424 "@wxt-dev/module-react" : " ^1.1.5" ,
2525 "typescript" : " ^5.9.3" ,
26- "wxt" : " ^0.20.19 "
26+ "wxt" : " ^0.20.20 "
2727 }
2828}
Original file line number Diff line number Diff line change 2020 "devDependencies" : {
2121 "@wxt-dev/module-solid" : " ^1.1.4" ,
2222 "typescript" : " ^5.9.3" ,
23- "wxt" : " ^0.20.19 "
23+ "wxt" : " ^0.20.20 "
2424 }
2525}
Original file line number Diff line number Diff line change 2121 "svelte-check" : " ^4.4.4" ,
2222 "tslib" : " ^2.8.1" ,
2323 "typescript" : " ^5.9.3" ,
24- "wxt" : " ^0.20.19 "
24+ "wxt" : " ^0.20.20 "
2525 }
2626}
Original file line number Diff line number Diff line change 1616 },
1717 "devDependencies" : {
1818 "typescript" : " ^5.9.3" ,
19- "wxt" : " ^0.20.19 "
19+ "wxt" : " ^0.20.20 "
2020 }
2121}
Original file line number Diff line number Diff line change 2121 "@wxt-dev/module-vue" : " ^1.0.3" ,
2222 "typescript" : " ^5.9.3" ,
2323 "vue-tsc" : " ^3.2.5" ,
24- "wxt" : " ^0.20.19 "
24+ "wxt" : " ^0.20.20 "
2525 }
2626}
You can’t perform that action at this time.
0 commit comments