Skip to content

Commit 64cec03

Browse files
Bump version to 4.8.2 and LKG
1 parent 577411c commit 64cec03

8 files changed

+8
-8
lines changed

lib/tsc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
6969
var ts;
7070
(function (ts) {
7171
ts.versionMajorMinor = "4.8";
72-
ts.version = "4.8.1-rc";
72+
ts.version = "4.8.2";
7373
var NativeCollections;
7474
(function (NativeCollections) {
7575
var globals = typeof globalThis !== "undefined" ? globalThis :

lib/tsserver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ var ts;
109109
// The following is baselined as a literal template type without intervention
110110
/** The version of the TypeScript compiler release */
111111
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
112-
ts.version = "4.8.1-rc";
112+
ts.version = "4.8.2";
113113
/* @internal */
114114
var Comparison;
115115
(function (Comparison) {

lib/tsserverlibrary.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ var ts;
303303
// The following is baselined as a literal template type without intervention
304304
/** The version of the TypeScript compiler release */
305305
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
306-
ts.version = "4.8.1-rc";
306+
ts.version = "4.8.2";
307307
/* @internal */
308308
var Comparison;
309309
(function (Comparison) {

lib/typescript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ var ts;
294294
// The following is baselined as a literal template type without intervention
295295
/** The version of the TypeScript compiler release */
296296
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
297-
ts.version = "4.8.1-rc";
297+
ts.version = "4.8.2";
298298
/* @internal */
299299
var Comparison;
300300
(function (Comparison) {

lib/typescriptServices.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ var ts;
294294
// The following is baselined as a literal template type without intervention
295295
/** The version of the TypeScript compiler release */
296296
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
297-
ts.version = "4.8.1-rc";
297+
ts.version = "4.8.2";
298298
/* @internal */
299299
var Comparison;
300300
(function (Comparison) {

lib/typingsInstaller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var ts;
8989
// The following is baselined as a literal template type without intervention
9090
/** The version of the TypeScript compiler release */
9191
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
92-
ts.version = "4.8.1-rc";
92+
ts.version = "4.8.2";
9393
/* @internal */
9494
var Comparison;
9595
(function (Comparison) {

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": "4.8.1-rc",
5+
"version": "4.8.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
@@ -5,7 +5,7 @@ namespace ts {
55
// The following is baselined as a literal template type without intervention
66
/** The version of the TypeScript compiler release */
77
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
8-
export const version = "4.8.1-rc" as string;
8+
export const version = "4.8.2" as string;
99

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

0 commit comments

Comments
 (0)