8000 Bumped version to 1.8.0. · sweshgit/TypeScript@3749fe8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3749fe8

Browse files
Bumped version to 1.8.0.
1 parent 302db0a commit 3749fe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typescript",
33
"author": "Microsoft Corp.",
44
"homepage": "http://typescriptlang.org/",
5-
"version": "1.7.0",
5+
"version": "1.8.0",
66
"license": "Apache-2.0",
77
"description": "TypeScript is a language for application scale JavaScript development",
88
"keywords": [

src/compiler/program.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace ts {
1212

1313
let emptyArray: any[] = [];
1414

15-
export const version = "1.7.0";
15+
export const version = "1.8.0";
1616

1717
export function findConfigFile(searchPath: string): string {
1818
let fileName = "tsconfig.json";

0 commit comments

Comments
 (0)
0