You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
Grunt-ts is an npm package that handles TypeScript compilation work in GruntJS build scripts. It provides a [Grunt-compatible wrapper](#support-for-tsc-switches) for the `tsc` command-line compiler, and provides some [additional functionality](#grunt-ts-gruntfilejs-options) that improves the TypeScript development workflow. Grunt-ts supports compiling against [tsconfig.json](#tsconfig) or even a [Visual Studio project](#vs) directly. Grunt-ts is itself written in [TypeScript](./tasks/ts.ts).
8
8
9
9
### Latest Changes
10
-
Latest release is `5.0.0`, which includes `tsconfig.json` support and TypeScript 1.5, among many other improvements.
10
+
Latest release is `5.0.1`, which includes `tsconfig.json` support and TypeScript 1.5, among many other improvements.
11
11
12
12
[Full changelog is here](CHANGELOG.md).
13
13
@@ -1332,7 +1332,7 @@ $ grunt upgrade
1332
1332
1333
1333
* Run `grunt release` and ensure it comes back clean (should finish but with warnings).
1334
1334
* Update the version in package.json.
1335
-
* Update CHANGELOG.md.
1335
+
* Update CHANGELOG.md and README.md (top section referencing latest version number).
0 commit comments