diff --git a/CHANGELOG.md b/CHANGELOG.md index b843b61..12b988e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ See the full list of recent releases and features added on the [Github releases page](https://github.com/PranayAgarwal/vscode-hack/releases). +## v2.7.0 - 2019-10-17 +- Lots of syntax highlighting updates. Thanks [tspence](https://github.com/tspence)! + ## v2.6.0 - 2019-09-16 - Config values now support the `${workspaceFolder}` variable. diff --git a/README.md b/README.md index f2eeb0b..a4a59be 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ It is published in the Visual Studio Marketplace [here](https://marketplace.visu ## Latest releases +## v2.7.0 +- Lots of syntax highlighting updates. Thanks [tspence](https://github.com/tspence)! + ## v2.5.0 - New connection indicator in the editor status bar which shows HHVM version & LSP status/errors. This should make it easier to debug problems in IDE functionality related to hh_server crashes or restarts. diff --git a/package-lock.json b/package-lock.json index fe96484..b907644 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-hack", - "version": "2.6.0", + "version": "2.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 26d4244..b5d2c53 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-hack", - "version": "2.6.0", + "version": "2.7.0", "publisher": "pranayagarwal", "engines": { "vscode": "^1.30.0"