Skip to content

Commit

Permalink
Merge pull request #188 from nycdotnet/two-point-oh
Browse files Browse the repository at this point in the history
update to 2.0.0
  • Loading branch information
nycdotnet committed Dec 5, 2014
2 parents 066ebfb + c53f7de commit 09349aa
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Releases

## Next
* DOCS: changelog is now *newest on top*
* FEAT: support watching multiple DIRS. (https://github.com/grunt-ts/grunt-ts/pull/155/)
* CHORE: Use lodash instead of underscore (https://github.com/TypeStrong/grunt-ts/pull/161)

## v2.0.0
* DOCS: Major documentation overhaul (https://github.com/TypeStrong/grunt-ts/pull/185)
* DOCS: More sample config for gruntfile (https://github.com/TypeStrong/grunt-ts/pull/166)
* DOCS: changelog is now *newest on top*
* FEAT: support for `files` in gruntfile (https://github.com/TypeStrong/grunt-ts/pull/171)
* FEAT: support watching multiple DIRS. (https://github.com/grunt-ts/grunt-ts/pull/155)
* CHORE: Use lodash instead of underscore (https://github.com/TypeStrong/grunt-ts/pull/161)
* FIX: missing tsc.js will now fail the build step (#177)

## v1.12.0
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,14 @@ Update the current `grunt-ts` to be the last known good version (dogfood). Commi
$ grunt upgrade
```

### Publishing Checklist

* Update the version in package.json.
* Update CHANGELOG.md.
* Commit to master.
* Push to npm.
* Push version tag to GitHub.

## License

Licensed under the MIT License.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "basarat",
"name": "grunt-ts",
"description": "Compile and manage your TypeScript project",
"version": "1.12.1",
"version": "2.0.0",
"homepage": "https://github.com/grunt-ts/grunt-ts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,6 +30,10 @@
{
"name": "bartvds",
"email": "bartvanderschoor@gmail.com"
},
{
"name": "nycdotnet",
"email": "steve.ognibene@outlook.com"
}
],
"engines": {
Expand Down

0 comments on commit 09349aa

Please sign in to comment.