We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8cf62 commit 1d0087dCopy full SHA for 1d0087d
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.5.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.4.0";
+ export const version = "2.5.0";
}
9
/* @internal */
src/services/shims.ts
@@ -1248,4 +1248,4 @@ namespace TypeScript.Services {
1248
// TODO: it should be moved into a namespace though.
1249
1250
1251
-const toolsVersion = "2.4";
+const toolsVersion = "2.5";
0 commit comments