Skip to content

Commit 42bb138

Browse files
Bump version to 5.4.2 and LKG
1 parent 992c705 commit 42bb138

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

lib/tsc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and limitations under the License.
1818

1919
// src/compiler/corePublic.ts
2020
var versionMajorMinor = "5.4";
21-
var version = "5.4.1-rc";
21+
var version = "5.4.2";
2222

2323
// src/compiler/core.ts
2424
var emptyArray = [];

lib/tsserver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2340,7 +2340,7 @@ module.exports = __toCommonJS(server_exports);
23402340

23412341
// src/compiler/corePublic.ts
23422342
var versionMajorMinor = "5.4";
2343-
var version = "5.4.1-rc";
2343+
var version = "5.4.2";
23442344
var Comparison = /* @__PURE__ */ ((Comparison3) => {
23452345
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
23462346
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";

lib/typescript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var ts = (() => {
3535
"src/compiler/corePublic.ts"() {
3636
"use strict";
3737
versionMajorMinor = "5.4";
38-
version = "5.4.1-rc";
38+
version = "5.4.2";
3939
Comparison = /* @__PURE__ */ ((Comparison3) => {
4040
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
4141
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";

lib/typingsInstaller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var path = __toESM(require("path"));
5454

5555
// src/compiler/corePublic.ts
5656
var versionMajorMinor = "5.4";
57-
var version = "5.4.1-rc";
57+
var version = "5.4.2";
5858

5959
// src/compiler/core.ts
6060
var emptyArray = [];

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.4.1-rc",
5+
"version": "5.4.2",
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
@@ -4,7 +4,7 @@ export const versionMajorMinor = "5.4";
44
// The following is baselined as a literal template type without intervention
55
/** The version of the TypeScript compiler release */
66
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
7-
export const version = "5.4.1-rc" as string;
7+
export const version = "5.4.2" as string;
88

99
/**
1010
* Type of objects whose values are all of the same type.

0 commit comments

Comments
 (0)