From c53f7de6e3eff96ba00ebd024aa72781c02669d7 Mon Sep 17 00:00:00 2001 From: Steve Ognibene Date: Fri, 5 Dec 2014 11:16:48 -0500 Subject: [PATCH] update to 2.0.0 --- CHANGELOG.md | 9 ++++++--- README.md | 8 ++++++++ package.json | 6 +++++- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6920af..555f77f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 303d4a90..19a9a428 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 0d643949..55a1fc09 100644 --- a/package.json +++ b/package.json @@ -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", @@ -30,6 +30,10 @@ { "name": "bartvds", "email": "bartvanderschoor@gmail.com" + }, + { + "name": "nycdotnet", + "email": "steve.ognibene@outlook.com" } ], "engines": {