Skip to content

Commit 69ceb8b

Browse files
committed
Bump version to 0.4.1, update changelog
1 parent 6a5d3e1 commit 69ceb8b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## 0.4.1
4+
### Wednesday, February 17, 2016
5+
6+
- Updated PSScriptAnalyzer 1.4.0 for improved rule marker extents
7+
- Added example Pester task for running tests in the examples folder
8+
- Fixed #94: Scripts fail to launch in the debugger if the working directory path contains spaces
9+
310
## 0.4.0
4-
### Monday, February 8, 2016
11+
### Tuesday, February 9, 2016
512

613
#### Debugging improvements
714

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": "0.4.0",
4+
"version": "0.4.1",
55
"publisher": "ms-vscode",
66
"description": "Develop PowerShell scripts in Visual Studio Code!",
77
"engines": {

0 commit comments

Comments
 (0)