Skip to content

Commit c3db576

Browse files
committed
Update changelog and readme
1 parent 470a4ef commit c3db576

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to the `markdowntableprettify` extension will be documented
55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8-
- Add cli support
8+
### Added
9+
- Issue #32(preparation): Major refactoring to support CLI. Support `npm run prettify-md` and `npm run check-md`.
10+
- Issue #40: Provide command to run alongside prettier (shortcut `CTRL+ALT+M`)
911

1012
## 2.5.0 - 2020-07-04
1113
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Makes tables more readable for humans. Compatible with the Markdown writer plugi
2020
Formatting files or checking if they're already formatted is possible from the command line. This requires `node` and `npm`.
2121

2222
The extension has to be downloaded and compiled:
23-
- Locate your VSCode installed extension path or download the extension from Github.
23+
- Locate the installed extension path or download the extension from Github.
2424
- Go to the extension directory.
2525
- Run `npm install`.
2626
- Run `npm run compile`.

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

0 commit comments

Comments
 (0)