Skip to content

Commit 5e81d09

Browse files
authored
Merge pull request #14 from darkriszty/prepare-V1.1.1
Update version and changelog.
2 parents cc3aa91 + 3716b86 commit 5e81d09

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55

66
## [Unreleased]
77

8+
9+
## 1.1.1 - 2017-05-27
10+
### Fixed
11+
- Issue #10: Don't show format failure messages when using the `Format Document` from VsCode.
12+
813
## 1.1.0 - 2017-05-09
14+
### Added
915
- Issue #6: Formatting when there's only a single table in the entire file.
1016
- Issue #4: Add support for CJK characters.
1117

1218
## 1.0.1 - 2017-04-08
19+
### Fixed
1320
- Fixed issue #1 by improving the detection of header separator to avoid unintended table formatting failures.
1421

1522
## 1.0.0 - 2017-04-03
1623
### Added
17-
- Support to format individual tables with right click -> format selection.
24+
- Support to format individual tables with right click -> `Format Selection`.

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

0 commit comments

Comments
 (0)