We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5960877 commit 48ab0ceCopy full SHA for 48ab0ce
package.json
@@ -2,7 +2,7 @@
2
"name": "typescript",
3
"author": "Microsoft Corp.",
4
"homepage": "http://typescriptlang.org/",
5
- "version": "2.0.0",
+ "version": "2.1.0",
6
"license": "Apache-2.0",
7
"description": "TypeScript is a language for application scale JavaScript development",
8
"keywords": [
src/compiler/program.ts
@@ -9,7 +9,7 @@ namespace ts {
9
/* @internal */ export let ioWriteTime = 0;
10
11
/** The version of the TypeScript compiler release */
12
- export const version = "2.0.0";
+ export const version = "2.1.0";
13
14
const emptyArray: any[] = [];
15
0 commit comments