Skip to content

Commit 65e1dec

Browse files
committed
Bump version to 1.4.1, update CHANGELOG.md
1 parent a2db6ab commit 65e1dec

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

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

3+
4+
## 1.4.1
5+
### Thursday, June 22, 2017
6+
7+
- [PowerShell/PowerShellEditorServices#529](https://github.com/PowerShell/PowerShellEditorServices/issues/529) -
8+
Fixed an issue with loading the extension with in PowerShell Core 6.0.0-beta3
9+
310
## 1.4.0
411
### Wednesday, June 21, 2017
512

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '1.4.0-insiders-{build}'
1+
version: '1.4.1-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.0",
4+
"version": "1.4.1",
55
"publisher": "ms-vscode",
66
"description": "Develop PowerShell scripts in Visual Studio Code!",
77
"engines": {

Diff for: src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { HelpCompletionFeature } from "./features/HelpCompletion";
3333

3434
// NOTE: We will need to find a better way to deal with the required
3535
// PS Editor Services version...
36-
var requiredEditorServicesVersion = "1.4.0";
36+
var requiredEditorServicesVersion = "1.4.1";
3737

3838
var logger: Logger = undefined;
3939
var sessionManager: SessionManager = undefined;

0 commit comments

Comments
 (0)