Skip to content

Commit f07e1c7

Browse files
committed
Prepare next release
1 parent 3655e29 commit f07e1c7

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"out": false // set this to true to hide the "out" folder with the compiled JS files
55
},
66
"search.exclude": {
7-
"out": true, // set this to false to include "out" folder in search results
8-
"node_modules": true
7+
"**/.git": true,
8+
"**/out": true,
9+
"**/node_modules": true
910
}
1011
}

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88
### Added
99
- Issue #15: Support alignment options
1010

11-
## 2.0.0 - 2012-02-09
11+
## 2.1.0 - 2018-09-15
12+
### Added
13+
- Issue #15: Support alignment options
14+
15+
## 2.0.0 - 2018-02-09
1216
### Added
1317
- Issue #12: Full rewrite for refactoring.
1418
- Issue #11: Support escaping of separators with backslash.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "markdown-table-prettify",
33
"displayName": "Markdown Table Prettifier",
44
"description": "Transforms markdown tables to be more readable.",
5-
"version": "2.0.0",
5+
"version": "2.1.0",
66
"publisher": "darkriszty",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)