Skip to content

Commit

Permalink
Bump version to 3.8.3 and LKG
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Feb 28, 2020
1 parent d876564 commit 712967b
Show file tree
Hide file tree
Showing 8 changed files with 571 additions and 283 deletions.
127 changes: 87 additions & 40 deletions lib/tsc.js

Large diffs are not rendered by default.

154 changes: 100 additions & 54 deletions lib/tsserver.js

Large diffs are not rendered by default.

154 changes: 100 additions & 54 deletions lib/tsserverlibrary.js

Large diffs are not rendered by default.

140 changes: 95 additions & 45 deletions lib/typescript.js

Large diffs are not rendered by default.

140 changes: 95 additions & 45 deletions lib/typescriptServices.js

Large diffs are not rendered by default.

135 changes: 92 additions & 43 deletions lib/typingsInstaller.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "3.8.2",
"version": "3.8.3",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/compiler/corePublic.ts
Expand Up @@ -3,7 +3,7 @@ namespace ts {
// If changing the text in this section, be sure to test `configurePrerelease` too.
export const versionMajorMinor = "3.8";
/** The version of the TypeScript compiler release */
export const version = `${versionMajorMinor}.2`;
export const version = "3.8.3" as string;

/**
* Type of objects whose values are all of the same type.
Expand Down

0 comments on commit 712967b

Please sign in to comment.