File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55Version must be kept in-sync between [ ` package.json ` ] ( package.json ) and [ ` wxt.config.js ` ] ( wxt.config.ts ) .
66
77## [ Unreleased]
8- - TBD
8+
9+ ## [ 0.2.0] - 2025-09-30
10+ - Improved the popup table for switching tabs.
911
1012## [ 0.1.0] - 2025-09-26
1113- Initial release!
Original file line number Diff line number Diff line change 6767 "corpus" : " tsx tests/corpus-view.ts"
6868 },
6969 "type" : " module" ,
70- "version" : " 0.1 .0"
70+ "version" : " 0.2 .0"
7171}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default defineConfig({
1616 } ,
1717 name : "Gitcasso" ,
1818 permissions : [ "activeTab" , "tabs" ] ,
19- version : "0.1 .0" ,
19+ version : "0.2 .0" ,
2020 } ,
2121 modules : [ "@wxt-dev/webextension-polyfill" ] ,
2222 srcDir : "src" ,
You can’t perform that action at this time.
0 commit comments