Skip to content

Commit eddba16

Browse files
committed
Bump version to 0.4.1, update changelog
1 parent c2bfef3 commit eddba16

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
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+
- Fixed #94: Scripts fail to launch in the debugger if the working directory path contains spaces
8+
39
## 0.4.0
4-
### Monday, February 8, 2016
10+
### Tuesday, February 9, 2016
511

612
#### Debugging improvements
713

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)