diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b407a291..97d2937918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ # vscode-powershell Release History +## 0.4.1 +### Wednesday, February 17, 2016 + +- Updated PSScriptAnalyzer 1.4.0 for improved rule marker extents +- Added example Pester task for running tests in the examples folder +- Fixed #94: Scripts fail to launch in the debugger if the working directory path contains spaces + ## 0.4.0 -### Monday, February 8, 2016 +### Tuesday, February 9, 2016 #### Debugging improvements diff --git a/package.json b/package.json index c9743cc954..29985f3f4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "PowerShell", "displayName": "PowerShell", - "version": "0.4.0", + "version": "0.4.1", "publisher": "ms-vscode", "description": "Develop PowerShell scripts in Visual Studio Code!", "engines": {