From 69ceb8b41e96759e74db520d03f7e6d99274afeb Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 17 Feb 2016 11:35:12 -0800 Subject: [PATCH] Bump version to 0.4.1, update changelog --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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": {