We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2847471 commit e820351Copy full SHA for e820351
2 files changed
CHANGELOG.md
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
7
## [Unreleased]
8
9
+## 2.4.0 - 2019-05-11
10
+### Added
11
+- Issue #28: Add the possibility to disable window messages from the extension
12
+
13
## 2.3.0 - 2018-12-16
14
### Added
15
- Issue #7: Support formatting all tables in the document.
package.json
@@ -2,7 +2,7 @@
2
"name": "markdown-table-prettify",
3
"displayName": "Markdown Table Prettifier",
4
"description": "Transforms markdown tables to be more readable.",
5
- "version": "2.3.0",
+ "version": "2.4.0",
"publisher": "darkriszty",
"repository": {
"type": "git",
0 commit comments