File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v4.0.0
4+
5+ [ compare changes] ( https://github.com/aklinker1/publish-browser-extension/compare/v3.0.3...v4.0.0 )
6+
7+ ### 🩹 Fixes
8+
9+ - Require selecting at least one store during init command ([ e6469de] ( https://github.com/aklinker1/publish-browser-extension/commit/e6469de ) )
10+ - Add ` oxlint ` and handle uncaught API error for Edge ([ #44 ] ( https://github.com/aklinker1/publish-browser-extension/pull/44 ) )
11+
12+ ### 🏡 Chore
13+
14+ - Use ` bun:test ` instead of ` vitest ` ([ #43 ] ( https://github.com/aklinker1/publish-browser-extension/pull/43 ) )
15+ - ⚠️ Drop CJS support and build package with ` tsdown ` ([ #45 ] ( https://github.com/aklinker1/publish-browser-extension/pull/45 ) )
16+
17+ #### ⚠️ Breaking Changes
18+
19+ - ⚠️ Drop CJS support and build package with ` tsdown ` ([ #45 ] ( https://github.com/aklinker1/publish-browser-extension/pull/45 ) )
20+
21+ ### ❤️ Contributors
22+
23+ - Aaron ([ @aklinker1 ] ( https://github.com/aklinker1 ) )
24+
325## v3.0.3
426
527[ compare changes] ( https://github.com/aklinker1/publish-browser-extension/compare/v3.0.2...v3.0.3 )
Original file line number Diff line number Diff line change 11{
22 "name" : " publish-browser-extension" ,
33 "description" : " Easily publish web extensions to their stores" ,
4- "version" : " 3 .0.3 " ,
4+ "version" : " 4 .0.0 " ,
55 "packageManager" :
" [email protected] " ,
66 "type" : " module" ,
77 "scripts" : {
You can’t perform that action at this time.
0 commit comments