diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eee6c4172..f03c675a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # vscode-powershell Release History +## 0.6.2 +### Friday, August 12, 2016 + +- Fixed #231: In VS Code 1.4.0, IntelliSense has stopped working +- Fixed #193: Typing "n" breaks intellisense +- Fixed #187: Language server sometimes crashes then $ErrorActionPreference = "Stop" + ## 0.6.1 ### Monday, May 16, 2016 diff --git a/package.json b/package.json index d27e55ce77..4d9d1c4d1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "PowerShell", "displayName": "PowerShell", - "version": "0.6.1", + "version": "0.6.2", "publisher": "ms-vscode", "description": "Develop PowerShell scripts in Visual Studio Code!", "engines": { @@ -129,7 +129,7 @@ "/logLevel:Verbose", "/hostName:\"Visual Studio Code Host\"", "/hostProfileId:Microsoft.VSCode", - "/hostVersion:0.6.1" + "/hostVersion:0.6.2" ], "configurationAttributes": { "launch": { @@ -191,7 +191,7 @@ "/logLevel:Verbose", "/hostName:\"Visual Studio Code Host\"", "/hostProfileId:Microsoft.VSCode", - "/hostVersion:0.6.1" + "/hostVersion:0.6.2" ], "configurationAttributes": { "launch": {