Skip to content

Commit f4033f3

Browse files
committed
Prep v5.4.0 release
1 parent fb4b729 commit f4033f3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* FIX: tsconfig.json exclude support for files (not just directories). Thanks very much to first-time contributor @errorx666 for the PR! Includes PR #337 which keeps exclude performance fast. (#285, #336)
66
* DOCS: Update to `--moduleResolution` README section to show fluctuating default behaviour - by @thull
77
* FIX: the HTML feature now supports file names with dashes - they will be converted to the underscore character. Many thanks to first-time contributor @xenit-raven for the PR! (#324)
8+
* FIX: Updated to `csproj2ts` v0.0.7 which supports Visual Studio 2015 projects (Thanks for the report and PR from first-time contributor @OClement ) . Also now supports compiling on Mac which I'm sort of shocked it didn't but that's why we test things, isn't it? Thanks for the report and PR (to `csproj2ts`) from first-time contributor @manfield ! (#345)
89

910
## v5.3.2 (2016-01-15)
1011
* FIX: Should not crash in presence of target named "src" (#321) - thanks for the report @ravishivt and @riggerthegeek.

package.json

Lines changed: 2 additions & 2 deletions
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": "5.3.2",
5+
"version": "5.4.0",
66
"homepage": "https://github.com/TypeStrong/grunt-ts",
77
"repository": {
88
"type": "git",
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"chokidar": "~1.0.0",
42-
"csproj2ts": "0.0.6",
42+
"csproj2ts": "0.0.7",
4343
"es6-promise": "~0.1.1",
4444
"lodash": "2.4.1",
4545
"ncp": "0.5.1",

0 commit comments

Comments
 (0)