We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f673f48 + 53d095b commit 65d637dCopy full SHA for 65d637d
package.json
@@ -2,7 +2,7 @@
2
"name": "typescript",
3
"author": "Microsoft Corp.",
4
"homepage": "http://typescriptlang.org/",
5
- "version": "2.2.0",
+ "version": "2.3.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.2.0";
+ export const version = "2.3.0";
}
9
/* @internal */
src/services/shims.ts
@@ -1269,4 +1269,4 @@ namespace TypeScript.Services {
1269
// TODO: it should be moved into a namespace though.
1270
1271
1272
-const toolsVersion = "2.2";
+const toolsVersion = "2.3";
0 commit comments