Skip to content

Commit

Permalink
Add release notes and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
PranayAgarwal committed May 28, 2018
1 parent 23f58f1 commit 6671e13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

See the full list of recent releases and features added on the [Github releases page](https://github.com/PranayAgarwal/vscode-hack/releases).

## v0.8.2 - 2018-05-28
- Documents are now recognized as Hack if they start with a shebang pointing to an HHVM executable (e.g. `#!/usr/bin/hhvm`), regardless of extension
- Debugger bug fixes (stop debug session from getting stuck on bad socket connection, copy configuration snippet templates correctly)

## v0.8.1 - 2018-05-14
- Updated Hack language syntax to the latest version
- Removed some unnecessary PHP snippets
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ It is published in the Visual Studio Marketplace [here](https://marketplace.visu

## Latest releases

## v0.8.2
- Documents are now recognized as Hack if they start with a shebang pointing to an HHVM executable (e.g. `#!/usr/bin/hhvm`), regardless of extension
- Debugger bug fixes (configuration snippet templates are copied correctly, stop debug session from getting stuck on bad socket connection)

## v0.8.1
- Updated Hack language syntax to the latest version
- Removed some unnecessary PHP snippets
Expand Down
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": "0.8.1",
"version": "0.8.2",
"publisher": "pranayagarwal",
"engines": {
"vscode": "^1.18.0"
Expand Down

0 comments on commit 6671e13

Please sign in to comment.