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"