Skip to content

Commit

Permalink
Bump version to 5.4.2 and LKG
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Mar 4, 2024
1 parent 992c705 commit 42bb138
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/tsc.js
Expand Up @@ -18,7 +18,7 @@ and limitations under the License.

// src/compiler/corePublic.ts
var versionMajorMinor = "5.4";
var version = "5.4.1-rc";
var version = "5.4.2";

// src/compiler/core.ts
var emptyArray = [];
Expand Down
2 changes: 1 addition & 1 deletion lib/tsserver.js
Expand Up @@ -2340,7 +2340,7 @@ module.exports = __toCommonJS(server_exports);

// src/compiler/corePublic.ts
var versionMajorMinor = "5.4";
var version = "5.4.1-rc";
var version = "5.4.2";
var Comparison = /* @__PURE__ */ ((Comparison3) => {
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
Expand Down
2 changes: 1 addition & 1 deletion lib/typescript.js
Expand Up @@ -35,7 +35,7 @@ var ts = (() => {
"src/compiler/corePublic.ts"() {
"use strict";
versionMajorMinor = "5.4";
version = "5.4.1-rc";
version = "5.4.2";
Comparison = /* @__PURE__ */ ((Comparison3) => {
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
Expand Down
2 changes: 1 addition & 1 deletion lib/typingsInstaller.js
Expand Up @@ -54,7 +54,7 @@ var path = __toESM(require("path"));

// src/compiler/corePublic.ts
var versionMajorMinor = "5.4";
var version = "5.4.1-rc";
var version = "5.4.2";

// src/compiler/core.ts
var emptyArray = [];
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "5.4.1-rc",
"version": "5.4.2",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/compiler/corePublic.ts
Expand Up @@ -4,7 +4,7 @@ export const versionMajorMinor = "5.4";
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
export const version = "5.4.1-rc" as string;
export const version = "5.4.2" as string;

/**
* Type of objects whose values are all of the same type.
Expand Down

0 comments on commit 42bb138

Please sign in to comment.