Skip to content

Commit 60386fe

Browse files
committed
Bump version to 0.6.1, update CHANGELOG.md
Also fixes #184.
1 parent 3d7b1aa commit 60386fe

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# vscode-powershell Release History
22

3+
## 0.6.1
4+
### Monday, May 16, 2016
5+
6+
- Fixed #180: Profile loading should be enabled by default
7+
- Fixed #183: Language server sometimes fails to initialize preventing IntelliSense, etc from working
8+
- Fixed #182: Using 'Run Selection' on a line without a selection only runs to the cursor position
9+
- Fixed #184: When running a script in the debugger, $host.Version reports wrong extension version
10+
311
## 0.6.0
412
### Thursday, May 12, 2016
513

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PowerShell",
33
"displayName": "PowerShell",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"publisher": "ms-vscode",
66
"description": "Develop PowerShell scripts in Visual Studio Code!",
77
"engines": {
@@ -129,7 +129,7 @@
129129
"/logLevel:Verbose",
130130
"/hostName:\"Visual Studio Code Host\"",
131131
"/hostProfileId:Microsoft.VSCode",
132-
"/hostVersion:0.5.0"
132+
"/hostVersion:0.6.1"
133133
],
134134
"configurationAttributes": {
135135
"launch": {
@@ -191,7 +191,7 @@
191191
"/logLevel:Verbose",
192192
"/hostName:\"Visual Studio Code Host\"",
193193
"/hostProfileId:Microsoft.VSCode",
194-
"/hostVersion:0.5.0"
194+
"/hostVersion:0.6.1"
195195
],
196196
"configurationAttributes": {
197197
"launch": {

0 commit comments

Comments
 (0)