Skip to content

Commit 1120652

Browse files
committed
publishing version 4.1.0
1 parent dfa1a71 commit 1120652

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Releases
22

33
## Next
4+
5+
## v4.1.0
46
* FIX: The `reference` property should properly work with Grunt transforms again (#235 + #245). Thanks to @thorseye for the PR and @smfeest for independently reporting.
57
* FIX: Should work better in situations where `node` isn't the PATH of the current process (#236). Thanks to @ryanthomas840310 for the PR and @olegccc for the initial report.
68
* FIX: The `html` feature now emits TypeScript that passes tslint (#226). Thank you for the suggestion and example code @BerndWessels.

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.0.1",
5+
"version": "4.1.0",
66
"homepage": "https://github.com/grunt-ts/grunt-ts",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)