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"