Skip to content

Commit fee3bfb

Browse files
Bump version to 4.0.3 and LKG
1 parent 2eb5dea commit fee3bfb

8 files changed

+8
-8
lines changed

lib/tsc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
6767
var ts;
6868
(function (ts) {
6969
ts.versionMajorMinor = "4.0";
70-
ts.version = "4.0.2";
70+
ts.version = "4.0.3";
7171
var NativeCollections;
7272
(function (NativeCollections) {
7373
function tryGetNativeMap() {

lib/tsserver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var ts;
9494
// If changing the text in this section, be sure to test `configurePrerelease` too.
9595
ts.versionMajorMinor = "4.0";
9696
/** The version of the TypeScript compiler release */
97-
ts.version = "4.0.2";
97+
ts.version = "4.0.3";
9898
/* @internal */
9999
var Comparison;
100100
(function (Comparison) {

lib/tsserverlibrary.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ var ts;
288288
// If changing the text in this section, be sure to test `configurePrerelease` too.
289289
ts.versionMajorMinor = "4.0";
290290
/** The version of the TypeScript compiler release */
291-
ts.version = "4.0.2";
291+
ts.version = "4.0.3";
292292
/* @internal */
293293
var Comparison;
294294
(function (Comparison) {

lib/typescript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ var ts;
288288
// If changing the text in this section, be sure to test `configurePrerelease` too.
289289
ts.versionMajorMinor = "4.0";
290290
/** The version of the TypeScript compiler release */
291-
ts.version = "4.0.2";
291+
ts.version = "4.0.3";
292292
/* @internal */
293293
var Comparison;
294294
(function (Comparison) {

lib/typescriptServices.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ var ts;
288288
// If changing the text in this section, be sure to test `configurePrerelease` too.
289289
ts.versionMajorMinor = "4.0";
290290
/** The version of the TypeScript compiler release */
291-
ts.version = "4.0.2";
291+
ts.version = "4.0.3";
292292
/* @internal */
293293
var Comparison;
294294
(function (Comparison) {

lib/typingsInstaller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ var ts;
8383
// If changing the text in this section, be sure to test `configurePrerelease` too.
8484
ts.versionMajorMinor = "4.0";
8585
/** The version of the TypeScript compiler release */
86-
ts.version = "4.0.2";
86+
ts.version = "4.0.3";
8787
/* @internal */
8888
var Comparison;
8989
(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.0.2",
5+
"version": "4.0.3",
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
@@ -3,7 +3,7 @@ namespace ts {
33
// If changing the text in this section, be sure to test `configurePrerelease` too.
44
export const versionMajorMinor = "4.0";
55
/** The version of the TypeScript compiler release */
6-
export const version = "4.0.2" as string;
6+
export const version = "4.0.3" as string;
77

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

0 commit comments

Comments
 (0)