From 3c8abda63d9376fb24cbbadca0bbab9c4aaf6f44 Mon Sep 17 00:00:00 2001 From: Steve Ognibene Date: Wed, 3 Jun 2015 22:18:35 -0400 Subject: [PATCH] prep for v4.1.2 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d53284c2..1fac5546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Next +## v4.1.2 +* FIX: Regression with `out` and `outDir` for paths with spaces (Also reported on #251). Thanks to @seanmailander for the report. + ## v4.1.1 * FIX: Support for the Grunt `files` feature had a regression and was not working correctly. (#251). Thanks to @Linowitch for the report. We've built in some assertions to ensure this doesn't happen again. diff --git a/package.json b/package.json index b643d32f..86e50040 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "basarat", "name": "grunt-ts", "description": "Compile and manage your TypeScript project", - "version": "4.1.1", + "version": "4.1.2", "homepage": "https://github.com/grunt-ts/grunt-ts", "repository": { "type": "git",