From f98a2ebb52dfbd495133f07dbe34d9ea8fa49d2e Mon Sep 17 00:00:00 2001 From: "takumi.ishii" Date: Sat, 20 Mar 2021 01:05:29 +0900 Subject: [PATCH] fix readme mistake --- CHANGELOG.md | 5 +++++ README.md | 11 ++++++++--- package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a5a2d9..0419f8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the "markdowntable" extension will be documented in this file. +### - 0.5.1 (2021/03/19) + +- Fix Readme only + - Default value of configuration + ### - 0.5.0 (2021/03/19) - [Add] diff --git a/README.md b/README.md index 2929d23..c0b45a0 100644 --- a/README.md +++ b/README.md @@ -79,12 +79,12 @@ Key binding to `Shift + Alt + F`. - Add context menu to insert column - ![insert](images/insert.gif) -## 3. Extension Settings +## 3. Extension Configurations | Configuration ID | Description | Type | Default | | :------------------------------ | :----------------------------------------------- | :------ | :------ | -| markdowntable.alignColumnHeader | Align column header in the table when formatting | boolean | false | -| markdowntable.alignData | Align data in the table when formatting | boolean | false | +| markdowntable.alignColumnHeader | Align column header in the table when formatting | boolean | true | +| markdowntable.alignData | Align data in the table when formatting | boolean | true | ## 4. Policy @@ -99,6 +99,11 @@ What's focused on. ## 5. Release Notes +### - 0.5.1 (2021/03/19) + +- Fix Readme only + - Default value of configuration + ### - 0.5.0 (2021/03/19) - [Add] diff --git a/package.json b/package.json index 36ef185..138a972 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "TakumiI", "displayName": "Markdown Table", "description": "A minimal extension for markdown table. Add features to edit markdown table.", - "version": "0.5.0", + "version": "0.5.1", "repository": { "type": "git", "url": "https://github.com/takumisoft68/vscode-markdown-table"