We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69679c9 commit 2472ed7Copy full SHA for 2472ed7
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## Next
4
5
+## v5.3.2 (2016-01-15)
6
+* FIX: Should not crash in presence of target named "src" (#321) - thanks for the report @ravishivt and @riggerthegeek.
7
+
8
## v5.3.1 (2016-01-15)
9
* FIX: Will now properly add default tsconfig.json path if omitted when using object style (#302) - thanks for the report @nsgundy.
10
package.json
@@ -2,7 +2,7 @@
"author": "basarat",
"name": "grunt-ts",
"description": "Compile and manage your TypeScript project",
- "version": "5.3.1",
+ "version": "5.3.2",
"homepage": "https://github.com/grunt-ts/grunt-ts",
"repository": {
"type": "git",
0 commit comments