Bump version to 5.5.2 and LKG

This commit is contained in:
TypeScript Bot
2024-06-18 23:23:32 +00:00
parent 02132e5b81
commit 5367ae10f5
6 changed files with 341 additions and 607 deletions

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.1-rc" as string;
export const version = "5.5.2" as string;
/**
* Type of objects whose values are all of the same type.