Skip to content

Commit ae7cce5

Browse files
committed
Update version and changelog.
1 parent 67001ad commit ae7cce5

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

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

66
## [Unreleased]
7-
- Issue #6: Formatting when there's only a single table in the entire file
8-
- Issue #4: Add support for CJK characters
7+
8+
## 1.1.0 - 2017-05-09
9+
- Issue #6: Formatting when there's only a single table in the entire file.
10+
- Issue #4: Add support for CJK characters.
911

1012
## 1.0.1 - 2017-04-08
1113
- Fixed issue #1 by improving the detection of header separator to avoid unintended table formatting failures.

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

0 commit comments

Comments
 (0)