diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a3a77..86d85f4 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.1.0 - 2019-03-08 +- **Syntax Highlighting Updates** — Editor will now recognize `arraykey`, `nonnull`, `dict`, `vec` and `keyset` as valid storage types. + ## v2.0.0 - 2019-03-06 - **Remote language server connection support** — You can now connect to an external development environment for Hack typechecking, linting and all other intellisense features. Current supported methods are SSH and Docker. See the **Remote Development** section in README.md for more details. - This version may cause breaking changes to your existing setup if you were already using Docker via a custom `hack.clientPath` executable. diff --git a/package-lock.json b/package-lock.json index b2a77f5..cbd7887 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-hack", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 88d92eb..9e52143 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-hack", - "version": "2.0.0", + "version": "2.1.0", "publisher": "pranayagarwal", "engines": { "vscode": "^1.25.0"