We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6756e3e commit 2ff38a4Copy full SHA for 2ff38a4
3 files changed
package.json
@@ -2,7 +2,7 @@
2
"name": "typescript",
3
"author": "Microsoft Corp.",
4
"homepage": "http://typescriptlang.org/",
5
- "version": "2.3.0",
+ "version": "2.4.0",
6
"license": "Apache-2.0",
7
"description": "TypeScript is a language for application scale JavaScript development",
8
"keywords": [
src/compiler/core.ts
@@ -3,7 +3,7 @@
namespace ts {
/** The version of the TypeScript compiler release */
- export const version = "2.3.0";
+ export const version = "2.4.0";
}
9
/* @internal */
src/services/shims.ts
@@ -1244,4 +1244,4 @@ namespace TypeScript.Services {
1244
// TODO: it should be moved into a namespace though.
1245
1246
1247
-const toolsVersion = "2.3";
+const toolsVersion = "2.4";
0 commit comments