Bump version to 4.6.1 RC.

This commit is contained in:
Daniel Rosenwasser
2022-02-11 00:59:17 +00:00
committed by GitHub
parent 4b395b6d65
commit 85cd73502e
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "4.6.0-beta",
"version": "4.6.1-rc",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [

View File

@@ -5,7 +5,7 @@ namespace ts {
// 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 = `${versionMajorMinor}.0-beta`;
export const version = `${versionMajorMinor}.1-rc`;
/**
* Type of objects whose values are all of the same type.