File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
3
## Next
4
- * DOCS: changelog is now * newest on top *
5
- * FEAT: support watching multiple DIRS. ( https://github.com/grunt-ts/grunt-ts/pull/155/ )
6
- * CHORE: Use lodash instead of underscore (https://github.com/TypeStrong/grunt-ts/pull/161 )
4
+
5
+ ## v2.0.0
6
+ * DOCS: Major documentation overhaul (https://github.com/TypeStrong/grunt-ts/pull/185 )
7
7
* DOCS: More sample config for gruntfile (https://github.com/TypeStrong/grunt-ts/pull/166 )
8
+ * DOCS: changelog is now * newest on top*
8
9
* FEAT: support for ` files ` in gruntfile (https://github.com/TypeStrong/grunt-ts/pull/171 )
10
+ * FEAT: support watching multiple DIRS. (https://github.com/grunt-ts/grunt-ts/pull/155 )
11
+ * CHORE: Use lodash instead of underscore (https://github.com/TypeStrong/grunt-ts/pull/161 )
9
12
* FIX: missing tsc.js will now fail the build step (#177 )
10
13
11
14
## v1.12.0
Original file line number Diff line number Diff line change @@ -793,6 +793,14 @@ Update the current `grunt-ts` to be the last known good version (dogfood). Commi
793
793
$ grunt upgrade
794
794
```
795
795
796
+ ### Publishing Checklist
797
+
798
+ * Update the version in package.json.
799
+ * Update CHANGELOG.md.
800
+ * Commit to master.
801
+ * Push to npm.
802
+ * Push version tag to GitHub.
803
+
796
804
## License
797
805
798
806
Licensed under the MIT License.
Original file line number Diff line number Diff line change 2
2
"author" : " basarat" ,
3
3
"name" : " grunt-ts" ,
4
4
"description" : " Compile and manage your TypeScript project" ,
5
- "version" : " 1.12.1 " ,
5
+ "version" : " 2.0.0 " ,
6
6
"homepage" : " https://github.com/grunt-ts/grunt-ts" ,
7
7
"repository" : {
8
8
"type" : " git" ,
30
30
{
31
31
"name" : " bartvds" ,
32
32
33
+ },
34
+ {
35
+ "name" : " nycdotnet" ,
36
+
33
37
}
34
38
],
35
39
"engines" : {
You can’t perform that action at this time.
0 commit comments