Bump version to 5.8.2 and LKG

This commit is contained in:
TypeScript Bot
2025-02-26 07:17:27 +00:00
parent 8fdbd54160
commit beb69e4cdd
5 changed files with 16 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
export const versionMajorMinor = "5.8";
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
export const version = "5.8.1-rc" as string;
export const version = "5.8.2" as string;
/**
* Type of objects whose values are all of the same type.