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"