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