Skip to content

Commit 3c8abda

Browse files
committed
prep for v4.1.2
1 parent e5503e1 commit 3c8abda

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Next
44

5+
## v4.1.2
6+
* FIX: Regression with `out` and `outDir` for paths with spaces (Also reported on #251). Thanks to @seanmailander for the report.
7+
58
## v4.1.1
69
* 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.
710

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "basarat",
33
"name": "grunt-ts",
44
"description": "Compile and manage your TypeScript project",
5-
"version": "4.1.1",
5+
"version": "4.1.2",
66
"homepage": "https://github.com/grunt-ts/grunt-ts",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)