File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1- # Change Log
1+ # 2.0.0 (2024-02-02)
2+
3+
4+ ### Features
5+
6+ * support custom configuration ([ e53b4c4] ( https://github.com/simonguo/vscode-markdown-table-sort/commit/e53b4c45c800e5e5edaffa9739b74a61b6d9556c ) )
7+
8+
9+
Original file line number Diff line number Diff line change 11# [ Markdown Table Sort] ( https://marketplace.visualstudio.com/items?itemName=simonguo.vscode-markdown-table-sort )
22
3- ![ Installs] ( https://vsmarketplacebadge.apphb.com/installs-short/simonguo.vscode-markdown-table-sort.svg )
43
54Markdown table prettier extension for Visual Studio Code.
65
Original file line number Diff line number Diff line change 22 "name" : " vscode-markdown-table-sort" ,
33 "displayName" : " Markdown Table Sort Prettier" ,
44 "description" : " Markdown table prettier extension for Visual Studio Code" ,
5- "version" : " 1 .0.4 " ,
5+ "version" : " 2 .0.0 " ,
66 "license" : " MIT" ,
77 "categories" : [
88 " Formatters"
2929 "compile" : " tsc -p ./" ,
3030 "watch" : " tsc -watch -p ./" ,
3131 "pretest" : " npm run compile" ,
32- "test" : " vscode-test"
32+ "test" : " vscode-test" ,
33+ "changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s"
3334 },
3435 "devDependencies" : {
3536 "@types/glob" : " ^8.1.0" ,
You can’t perform that action at this time.
0 commit comments