From 494c0050dd2df6cd53c716e0b6c7b7408ec3346d Mon Sep 17 00:00:00 2001 From: Pranay Agarwal Date: Mon, 3 Oct 2022 15:39:42 -0700 Subject: [PATCH] v2.16.0 release prep --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb7b8e..a173ef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ See the full list of recent releases and features added on the [Github releases page](https://github.com/PranayAgarwal/vscode-hack/releases). +## v2.16.0 - 2022-10-03 + +- Syntax highlighting fixes. Thanks [Wilfred](https://github.com/Wilfred) & [panopticoncentral](https://github.com/panopticoncentral)! + ## v2.15.0 - 2022-09-27 - Syntax highlighting for await and concurrent. Thanks [Wilfred](https://github.com/Wilfred)! diff --git a/package-lock.json b/package-lock.json index f006297..fe0e210 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-hack", - "version": "2.15.0", + "version": "2.16.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9feb9d3..4c585ea 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-hack", - "version": "2.15.0", + "version": "2.16.0", "publisher": "pranayagarwal", "engines": { "vscode": "^1.61.0"