Skip to content

Commit 31a2690

Browse files
authored
Merge pull request #21 from darkriszty/feature/PrepeareRelease-2.0.0
Feature/prepeare release 2.0.0
2 parents fd855d5 + c26f41b commit 31a2690

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

.vscodeignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ src/**
88
tsconfig.json
99
vsc-extension-quickstart.md
1010
.travis.yml
11-
demonstration.md
11+
demonstration.md
12+
package-lock.json
13+
gulpfile.js

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to the `markdowntableprettify` extension will be documented
55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## 2.0.0 - 2012-02-09
810
### Added
911
- Issue #12: Full rewrite for refactoring.
1012
- Issue #11: Support escaping of separators with backslash.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.1.1",
5+
"version": "2.0.0",
66
"publisher": "darkriszty",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)