Skip to content

Commit

Permalink
Bump version to 4.6.2 and LKG
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Feb 22, 2022
1 parent ec6ae0f commit f4fe064
Show file tree
Hide file tree
Showing 9 changed files with 4,324 additions and 4,308 deletions.
2 changes: 1 addition & 1 deletion lib/cancellationToken.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,009 changes: 510 additions & 499 deletions lib/tsc.js

Large diffs are not rendered by default.

1,723 changes: 862 additions & 861 deletions lib/tsserver.js

Large diffs are not rendered by default.

1,673 changes: 837 additions & 836 deletions lib/tsserverlibrary.js

Large diffs are not rendered by default.

1,483 changes: 742 additions & 741 deletions lib/typescript.js

Large diffs are not rendered by default.

1,483 changes: 742 additions & 741 deletions lib/typescriptServices.js

Large diffs are not rendered by default.

1,255 changes: 628 additions & 627 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.6.1-rc",
"version": "4.6.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 = `${versionMajorMinor}.1-rc`;
export const version = "4.6.2" as string;

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

0 comments on commit f4fe064

Please sign in to comment.