Skip to content

Commit 0c18842

Browse files
committed
Bump version to 0.6.2, update CHANGELOG.md
1 parent fc9a0e8 commit 0c18842

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# PowerShell Editor Services Release History
22

3+
## 0.6.2
4+
### Tuesday, August 9, 2016
5+
6+
- Fixed #264: Variable and parameter IntelliSense broken in VS Code 1.4.0
7+
- Fixed #240: Completion item with regex metachars can cause editor host to crash
8+
- Fixed #232: Language server sometimes crashes then $ErrorActionPreference = "Stop"
9+
310
## 0.6.1
411
### Monday, May 16, 2016
512

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ configuration: Release
44
clone_depth: 10
55

66
environment:
7-
core_version: '0.6.1'
7+
core_version: '0.6.2'
88
prerelease_name: '-beta'
99

1010
branches:

0 commit comments

Comments
 (0)