We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15a7ec commit 915b486Copy full SHA for 915b486
package.json
@@ -2,7 +2,7 @@
2
"name": "typescript",
3
"author": "Microsoft Corp.",
4
"homepage": "http://typescriptlang.org/",
5
- "version": "2.4.0",
+ "version": "2.4.1",
6
"license": "Apache-2.0",
7
"description": "TypeScript is a language for application scale JavaScript development",
8
"keywords": [
@@ -75,7 +75,7 @@
75
"travis-fold": "latest",
76
"ts-node": "latest",
77
"tslint": "latest",
78
- "typescript": "next"
+ "typescript": "^2.4"
79
},
80
"scripts": {
81
"pretest": "jake tests",
src/compiler/core.ts
@@ -3,7 +3,7 @@
namespace ts {
/** The version of the TypeScript compiler release */
- export const version = "2.4.0";
+ export const version = "2.4.1";
}
9
/* @internal */
0 commit comments