We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b7bbb commit 805558bCopy full SHA for 805558b
package.json
@@ -2,7 +2,7 @@
2
"name": "typescript",
3
"author": "Microsoft Corp.",
4
"homepage": "http://typescriptlang.org/",
5
- "version": "1.5.0-beta",
+ "version": "1.5.2",
6
"licenses": [
7
{
8
"type": "Apache License 2.0",
src/compiler/program.ts
@@ -8,7 +8,7 @@ module ts {
/* @internal */ export let ioWriteTime = 0;
9
10
/** The version of the TypeScript compiler release */
11
- export const version = "1.5.0-beta";
+ export const version = "1.5.2";
12
13
const carriageReturnLineFeed = "\r\n";
14
const lineFeed = "\n";
0 commit comments