From 42a036d7253e8134bab25834f7b23f8c99a31c30 Mon Sep 17 00:00:00 2001 From: Pranay Agarwal Date: Fri, 11 Sep 2020 11:43:31 -0700 Subject: [PATCH] v2.10.0 release prep --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e7c7e0..a9d176a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ See the full list of recent releases and features added on the [Github releases page](https://github.com/PranayAgarwal/vscode-hack/releases). +## v2.10.0 - 2020-08-18 + +- Auto-start Hack typechecker on workspace load. Thanks [antoniodejesusochoasolano](https://github.com/antoniodejesusochoasolano)! +- Syntax highlighting improvements + ## v2.9.7 - 2020-08-18 - Syntax highlighting fix (adding missed `Pair` literal). diff --git a/package-lock.json b/package-lock.json index 99ce189..7af9523 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-hack", - "version": "2.9.7", + "version": "2.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f5bf3cf..c410438 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-hack", - "version": "2.9.7", + "version": "2.10.0", "publisher": "pranayagarwal", "engines": { "vscode": "^1.30.0"