From 6ba6e3db36686f713e0180f1a5bbefcc9685e144 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Mon, 21 Feb 2022 11:25:55 +0100 Subject: [PATCH] v1.16.3 - Markdown: Fix front-matter marker rules (#321) - Preparation for supporting VS Code for the Web --- CHANGELOG.md | 6 ++++++ README.md | 2 +- vs/source.extension.vsixmanifest | 2 +- vscode/package-lock.json | 4 ++-- vscode/package.json | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59fa38c..b4743b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ See also [https://github.com/stkb/vscode-rewrap/releases](https://github.com/stk --- +### 1.16.3 + +- Markdown: Fix front-matter marker rules (#321) +- Preparation for supporting VS Code for the Web + + ### 1.16.2 - Support .rmd files as markdown (#245) diff --git a/README.md b/README.md index 1597974..8f301a9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ For Open VSX and Visual Studio.
-Latest stable version 1.16.2 / pre-release 17.x / +Latest stable version 1.16.3 / pre-release 17.x / changelog diff --git a/vs/source.extension.vsixmanifest b/vs/source.extension.vsixmanifest index e4f242f..8ce0315 100644 --- a/vs/source.extension.vsixmanifest +++ b/vs/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Rewrap Re-wraps comments and other text https://github.com/stkb/Rewrap diff --git a/vscode/package-lock.json b/vscode/package-lock.json index 7da430c..6f5b219 100644 --- a/vscode/package-lock.json +++ b/vscode/package-lock.json @@ -1,12 +1,12 @@ { "name": "rewrap", - "version": "1.16.2", + "version": "1.16.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rewrap", - "version": "1.16.2", + "version": "1.16.3", "license": "SEE LICENSE IN LICENSE", "dependencies": { "fast-diff": "^1.2.0", diff --git a/vscode/package.json b/vscode/package.json index c510a82..53389b6 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -12,7 +12,7 @@ "paragraph", "multi-root ready" ], - "version": "1.16.2", + "version": "1.16.3", "publisher": "stkb", "icon": "logo.png", "repository": {