Skip to content

Commit cacd9f5

Browse files
committed
Bump version to 1.4.3, update CHANGELOG.md
1 parent a87d052 commit cacd9f5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# vscode-powershell Release History
22

3+
## 1.4.3
4+
### Wednesday, September 13, 2017
5+
6+
- [#1016](https://github.com/PowerShell/vscode-powershell/issues/1016) -
7+
Fixed a conflict with the "Azure Resource Manager for Visual Studio
8+
Code" extension which prevented the PowerShell extension from loading
9+
successfully.
10+
311
## 1.4.2
412
### Tuesday, September 5, 2017
513

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '1.4.2-insiders-{build}'
1+
version: '1.4.3-insiders-{build}'
22
image: Visual Studio 2017
33
clone_depth: 10
44
skip_tags: true

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PowerShell",
33
"displayName": "PowerShell",
4-
"version": "1.4.2",
4+
"version": "1.4.3",
55
"publisher": "ms-vscode",
66
"description": "Develop PowerShell scripts in Visual Studio Code!",
77
"engines": {

0 commit comments

Comments
 (0)