Skip to content

Commit

Permalink
Bump version to 1.4.2, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil committed Sep 6, 2017
1 parent 948ede2 commit afd2026
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# vscode-powershell Release History

## 1.4.2
### Tuesday, September 5, 2017

- [#993](https://github.com/PowerShell/vscode-powershell/issues/993) -
`powershell.powerShellExePath` using Sysnative path should be automatically
corrected when using 64-bit Visual Studio Code
- [#1008](https://github.com/PowerShell/vscode-powershell/issues/1008) -
Windows PowerShell versions (x64 and x86) are not enumerated correctly
when using 64-bit Visual Studio Code
- [#1009](https://github.com/PowerShell/vscode-powershell/issues/1009) -
PowerShell version indicator in status bar is missing tooltip
- [#1020](https://github.com/PowerShell/vscode-powershell/issues/1020) -
"Show Session Menu", "Show Integrated Console", and "Restart Current Session"
commands should cause PowerShell extension to be activated

## 1.4.1
### Thursday, June 22, 2017
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '1.4.1-insiders-{build}'
version: '1.4.2-insiders-{build}'
image: Visual Studio 2017
clone_depth: 10
skip_tags: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PowerShell",
"displayName": "PowerShell",
"version": "1.4.1",
"version": "1.4.2",
"publisher": "ms-vscode",
"description": "Develop PowerShell scripts in Visual Studio Code!",
"engines": {
Expand Down

0 comments on commit afd2026

Please sign in to comment.