Bump version to 4.5.4 and LKG

This commit is contained in:
TypeScript Bot
2021-12-11 00:10:14 +00:00
parent 1d4ec40130
commit 1bc124e635
8 changed files with 76 additions and 12 deletions
+1 -1
View File
@@ -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.5.3" as string;
export const version = "4.5.4" as string;
/**
* Type of objects whose values are all of the same type.