Skip to content

Commit 3953827

Browse files
committed
Update package.json and changelog for the new version
1 parent 9584112 commit 3953827

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9-
## 3.4.0 - 2020-04-04
9+
## 3.5.0 - 2021-08-20
10+
### Added
11+
- Issue #60: Ignore whitespaces around alignment markers.
12+
13+
## 3.4.0 - 2021-04-04
1014
### Added
1115
- Issue #56: Support ignoring parts of documents with an ignore directive.
1216

13-
## 3.3.0 - 2020-03-25
17+
## 3.3.0 - 2021-03-25
1418
### Added
1519
- Issue #54: Config to support more languages in VSCode formatting.
1620

17-
## 3.2.2 - 2020-01-11
21+
## 3.2.2 - 2021-01-11
1822
### Added
1923
- Issue #49: NPM package support.
2024

21-
## 3.2.1 - 2020-01-01
25+
## 3.2.1 - 2021-01-01
2226
### Fixed
2327
- Issue #50: Dockerfile improvements.
2428

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "3.4.0",
5+
"version": "3.5.0",
66
"publisher": "darkriszty",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)