Skip to content

Commit 31905ea

Browse files
committed
Update the changelog and the version
1 parent 8ecb397 commit 31905ea

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## 3.7.0 - 2025-08-28
10+
### Added
11+
- Issue #78: Support tab indentation for tables without a border.
12+
- Updated Node to the latest LTS for the Docker image.
13+
- Updated the devDependencies.
14+
- Updated the versions for running the tests.
15+
16+
## 3.6.0 - 2021-10-29
17+
### Added
18+
- Issue #62: Config option for spacing.
19+
920
## 3.5.0 - 2021-08-20
1021
### Added
1122
- Issue #60: Ignore whitespaces around alignment markers.

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

0 commit comments

Comments
 (0)