Skip to content

Commit

Permalink
build: bump 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguo committed Feb 2, 2024
1 parent 29114f2 commit 2f131a2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# Change Log
# 2.0.0 (2024-02-02)


### Features

* support custom configuration ([e53b4c4](https://github.com/simonguo/vscode-markdown-table-sort/commit/e53b4c45c800e5e5edaffa9739b74a61b6d9556c))



1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# [Markdown Table Sort](https://marketplace.visualstudio.com/items?itemName=simonguo.vscode-markdown-table-sort)

![Installs](https://vsmarketplacebadge.apphb.com/installs-short/simonguo.vscode-markdown-table-sort.svg)

Markdown table prettier extension for Visual Studio Code.

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-markdown-table-sort",
"displayName": "Markdown Table Sort Prettier",
"description": "Markdown table prettier extension for Visual Studio Code",
"version": "1.0.4",
"version": "2.0.0",
"license": "MIT",
"categories": [
"Formatters"
Expand All @@ -29,7 +29,8 @@
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"pretest": "npm run compile",
"test": "vscode-test"
"test": "vscode-test",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"devDependencies": {
"@types/glob": "^8.1.0",
Expand Down

0 comments on commit 2f131a2

Please sign in to comment.