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 bfcdfe6 commit 05f353eCopy full SHA for 05f353e
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## Next
4
5
+## v5.3.0-beta.6 (2016-01-15)
6
+* FIX: Will now resolve templates prior to updating the globs in a tsconfig.json file (#303) - thanks for the report @nsgundy.
7
+
8
## v5.3.0-beta.5 (2016-01-14)
9
* FIX: Will now provide a warning when a grunt-ts task-level keyword is used as a target name (#319) - thanks for the report @jounii.
10
package.json
@@ -2,7 +2,7 @@
"author": "basarat",
"name": "grunt-ts",
"description": "Compile and manage your TypeScript project",
- "version": "5.3.0-beta.4",
+ "version": "5.3.0-beta.6",
"homepage": "https://github.com/grunt-ts/grunt-ts",
"repository": {
"type": "git",
0 commit comments