From f6e9b068c70cc869080eb171724fd66702e19fbf Mon Sep 17 00:00:00 2001 From: "takumi.ishii" Date: Tue, 7 Dec 2021 01:33:58 +0900 Subject: [PATCH] v0.7.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e86bef..b600c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "markdowntable" extension will be documented in this file. +### 0.7.2 (2021/12/06) + +- [Fix] Navigation slippage while a escaped or inline-coded pipe character is in table. + ### 0.7.1 (2021/12/05) - [Fix] Allow inline code `\` and escaped \\\| in table. diff --git a/package.json b/package.json index 16f6a5e..fae3470 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.7.1", + "version": "0.7.2", "repository": { "type": "git", "url": "https://github.com/takumisoft68/vscode-markdown-table"