Skip to content

Commit

Permalink
v2.3.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
PranayAgarwal committed May 7, 2019
1 parent 896bbc0 commit e834500
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0 - 2019-05-06
- Show modal asking users to reload the workspace on changes to `hack.remote.*` configuration settings.

## v2.2.0 - 2019-04-22
- **Syntax Highlighting Updates** — Support for `__dispose`, `__disposeAsync`, `newtype` and `async`.

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ It is published in the Visual Studio Marketplace [here](https://marketplace.visu

## Latest releases

## v2.3.0
- Extension will ask to reload the workspace on changes to remote configuration settings.

## v2.2.0
- **Syntax Highlighting Updates** — The editor now recognizes several Hack-specific storage types and some other keywords & methods. Thanks [azjezz](https://github.com/azjezz)!

Expand Down
10 changes: 7 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-hack",
"version": "2.2.0",
"version": "2.3.0",
"publisher": "pranayagarwal",
"engines": {
"vscode": "^1.25.0"
Expand Down

0 comments on commit e834500

Please sign in to comment.