Skip to content

Commit 131f673

Browse files
Bump version to 5.8. (#60422)
1 parent c09e2ab commit 131f673

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typescript",
33
"author": "Microsoft Corp.",
44
"homepage": "https://www.typescriptlang.org/",
5-
"version": "5.7.0",
5+
"version": "5.8.0",
66
"license": "Apache-2.0",
77
"description": "TypeScript is a language for application scale JavaScript development",
88
"keywords": [

src/compiler/corePublic.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// WARNING: The script `configurePrerelease.ts` uses a regexp to parse out these values.
22
// If changing the text in this section, be sure to test `configurePrerelease` too.
3-
export const versionMajorMinor = "5.7";
3+
export const versionMajorMinor = "5.8";
44
// The following is baselined as a literal template type without intervention
55
/** The version of the TypeScript compiler release */
66
export const version: string = `${versionMajorMinor}.0-dev`;

tests/baselines/reference/api/typescript.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3644,7 +3644,7 @@ declare namespace ts {
36443644
readDirectory(rootDir: string, extensions: readonly string[], excludes: readonly string[] | undefined, includes: readonly string[] | undefined, depth?: number): string[];
36453645
}
36463646
}
3647-
const versionMajorMinor = "5.7";
3647+
const versionMajorMinor = "5.8";
36483648
/** The version of the TypeScript compiler release */
36493649
const version: string;
36503650
/**

0 commit comments

Comments
 (0)