Skip to content

Commit 714ed89

Browse files
committed
prepare release
1 parent 4819d68 commit 714ed89

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ npm-debug.log
66
.npmignore
77

88
/test
9+
/customcompiler
910
/.idea
1011
/defs
1112
/sample

CHANGELOG.md

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

33
## Next
4+
* Nothing yet
5+
6+
## v3.0.0
7+
* **Breaking Change**: the default bundled typescript compiler is now `1.4.1`
8+
* FEAT: More compiler flags supported (https://github.com/TypeStrong/grunt-ts/pull/206)
49
* CHORE: updated chokidar. Needed to decrease CPU utilization on certain OSes (https://github.com/TypeStrong/grunt-ts/issues/192#issuecomment-68136726)
510
* FIX: now will default to Grunt end of line character, but supports Grunt override (#200).
11+
* CHORE: do not publish `/customcompiler` folder to npm
612

713
## v2.0.1
814
* FIX: Compatibility with TypeScript 1.3 exit codes (#189).

package.json

Lines changed: 1 addition & 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": "2.0.1",
5+
"version": "3.0.0",
66
"homepage": "https://github.com/grunt-ts/grunt-ts",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)