Skip to content

Commit 09349aa

Browse files
committed
Merge pull request #188 from nycdotnet/two-point-oh
update to 2.0.0
2 parents 066ebfb + c53f7de commit 09349aa

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

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

33
## 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)
77
* DOCS: More sample config for gruntfile (https://github.com/TypeStrong/grunt-ts/pull/166)
8+
* DOCS: changelog is now *newest on top*
89
* 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)
912
* FIX: missing tsc.js will now fail the build step (#177)
1013

1114
## v1.12.0

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,14 @@ Update the current `grunt-ts` to be the last known good version (dogfood). Commi
793793
$ grunt upgrade
794794
```
795795

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+
796804
## License
797805

798806
Licensed under the MIT License.

package.json

Lines changed: 5 additions & 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": "1.12.1",
5+
"version": "2.0.0",
66
"homepage": "https://github.com/grunt-ts/grunt-ts",
77
"repository": {
88
"type": "git",
@@ -30,6 +30,10 @@
3030
{
3131
"name": "bartvds",
3232
"email": "[email protected]"
33+
},
34+
{
35+
"name": "nycdotnet",
36+
"email": "[email protected]"
3337
}
3438
],
3539
"engines": {

0 commit comments

Comments
 (0)