Skip to content

Commit

Permalink
Bump version to 4.3.2 and LKG
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed May 23, 2021
1 parent fed2315 commit 27d6e44
Show file tree
Hide file tree
Showing 8 changed files with 1,834 additions and 1,059 deletions.
371 changes: 240 additions & 131 deletions lib/tsc.js

Large diffs are not rendered by default.

528 changes: 334 additions & 194 deletions lib/tsserver.js

Large diffs are not rendered by default.

528 changes: 334 additions & 194 deletions lib/tsserverlibrary.js

Large diffs are not rendered by default.

525 changes: 332 additions & 193 deletions lib/typescript.js

Large diffs are not rendered by default.

525 changes: 332 additions & 193 deletions lib/typescriptServices.js

Large diffs are not rendered by default.

412 changes: 260 additions & 152 deletions lib/typingsInstaller.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "4.3.1-rc",
"version": "4.3.2",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace ts {
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
export const version = "4.3.1-rc" as string;
export const version = "4.3.2" as string;

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

0 comments on commit 27d6e44

Please sign in to comment.