Skip to content

Commit

Permalink
Bump version to 4.8.4 and LKG
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Sep 23, 2022
1 parent 369b4d8 commit a614119
Show file tree
Hide file tree
Showing 8 changed files with 388 additions and 347 deletions.
109 changes: 55 additions & 54 deletions lib/tsc.js

Large diffs are not rendered by default.

126 changes: 67 additions & 59 deletions lib/tsserver.js

Large diffs are not rendered by default.

126 changes: 67 additions & 59 deletions lib/tsserverlibrary.js

Large diffs are not rendered by default.

124 changes: 66 additions & 58 deletions lib/typescript.js

Large diffs are not rendered by default.

124 changes: 66 additions & 58 deletions lib/typescriptServices.js

Large diffs are not rendered by default.

122 changes: 65 additions & 57 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": "4.8.3",
"version": "4.8.4",
"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 @@ -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.8.3" as string;
export const version = "4.8.4" as string;

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

0 comments on commit a614119

Please sign in to comment.