Skip to content

Commit 2f131a2

Browse files
committed
build: bump 2.0.0
1 parent 29114f2 commit 2f131a2

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
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+

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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

54
Markdown table prettier extension for Visual Studio Code.
65

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"
@@ -29,7 +29,8 @@
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",

0 commit comments

Comments
 (0)