From 16adac2e02ebb92c59fcee625c87384f2ca1fafc Mon Sep 17 00:00:00 2001 From: "takumi.ishii" Date: Fri, 6 Nov 2020 10:49:03 +0900 Subject: [PATCH] update readme and change log --- CHANGELOG.md | 9 +++++++++ README.md | 9 +++++++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db78464..6af0725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to the "markdowntable" extension will be documented in this file. +### - 0.4.1 (2020/11/05) + +- Readme update only + +### - 0.4.0 (2020/11/05) + +- [Add] Navigate next/prev cell without auto format command. +- [Fix] Typo: "Insert Row" command should be "Insert Column". + ### - 0.3.0 (2020/10/27) - [Add] Align column/columns commands diff --git a/README.md b/README.md index bff5553..dcca43a 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,14 @@ What's focused on. ## 5. Release Notes -### 5.1. - 0.3.0 (2020/10/27) +### - 0.4.1 (2020/11/05) -- [Add] Align column/columns commands +- Readme update only + +### - 0.4.0 (2020/11/05) + +- [Add] Navigate next/prev cell without auto format command. +- [Fix] Typo: "Insert Row" command should be "Insert Column". ## 6. Links diff --git a/package.json b/package.json index 77f606d..4ee4e4d 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.4.0", + "version": "0.4.1", "repository": { "type": "git", "url": "https://github.com/takumisoft68/vscode-markdown-table"