Skip to content

Commit

Permalink
Bump version to 1.4.3, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil committed Sep 13, 2017
1 parent 43c6cc3 commit aa86c7e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# vscode-powershell Release History

## 1.4.3
### Wednesday, September 13, 2017

- [#1016](https://github.com/PowerShell/vscode-powershell/issues/1016) -
Fixed a conflict with the "Azure Resource Manager for Visual Studio
Code" extension which prevented the PowerShell extension from loading
successfully.

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

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

0 comments on commit aa86c7e

Please sign in to comment.