Bump version to 5.4.3 and LKG

This commit is contained in:
TypeScript Bot
2024-03-15 19:40:24 +00:00
parent f42605fcef
commit 609560f36b
7 changed files with 128 additions and 131 deletions

View File

@@ -4,7 +4,7 @@ export const versionMajorMinor = "5.4";
// 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 = "5.4.2" as string;
export const version = "5.4.3" as string;
/**
* Type of objects whose values are all of the same type.