From 1949738c36f1e3948c85fbe3f6df5d3aa35f8dca Mon Sep 17 00:00:00 2001 From: Glen Buktenica Date: Mon, 6 Apr 2020 15:17:29 +0800 Subject: [PATCH] v2.2.7 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d3835..ee02ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to the "unicode-substitutions" extension will be documented ## Release +- 2.2.7 + +Align engine and types for vscode. + - 2.2.6 + Fix [CVE-2020-7598](https://nvd.nist.gov/vuln/detail/CVE-2020-7598). - 2.2.5 diff --git a/package.json b/package.json index 98ed281..28f4999 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "unicode-substitutions", "displayName": "unicode-Substitutions", "description": "Lints and corrects common unicode substitutions such as quotes and hyphens.", - "version": "2.2.5", + "version": "2.2.7", "publisher": "GlenBuktenica", "icon": "images/icon.png", "license": "MIT",