Bump version to 5.5.4 and LKG

This commit is contained in:
TypeScript Bot
2024-07-22 20:55:36 +00:00
parent c0ded048e0
commit c8a7d589e6
6 changed files with 314 additions and 150 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
export const versionMajorMinor = "5.5";
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
export const version = "5.5.3" as string;
export const version = "5.5.4" as string;
/**
* Type of objects whose values are all of the same type.