Bump version to '3.8.2'.

This commit is contained in:
Daniel Rosenwasser
2020-02-14 15:39:03 -08:00
parent 1f660074f4
commit 203ed3ec44
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "3.8.1-rc",
"version": "3.8.2",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [
+2 -2
View File
@@ -3,7 +3,7 @@ namespace ts {
// If changing the text in this section, be sure to test `configurePrerelease` too.
export const versionMajorMinor = "3.8";
/** The version of the TypeScript compiler release */
export const version = `${versionMajorMinor}.1-rc`;
export const version = `${versionMajorMinor}.2`;
/**
* Type of objects whose values are all of the same type.
@@ -93,4 +93,4 @@ namespace ts {
EqualTo = 0,
GreaterThan = 1
}
}
}