Skip to content

Commit b671a8c

Browse files
authored
Update version (#21659)
1 parent 2eba449 commit b671a8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typescript",
33
"author": "Microsoft Corp.",
44
"homepage": "http://typescriptlang.org/",
5-
"version": "2.7.1",
5+
"version": "2.7.2",
66
"license": "Apache-2.0",
77
"description": "TypeScript is a language for application scale JavaScript development",
88
"keywords": [
@@ -80,7 +80,7 @@
8080
"tslint": "latest",
8181
"vinyl": "latest",
8282
"chalk": "latest",
83-
"typescript": "next"
83+
"typescript": "^2.7"
8484
},
8585
"scripts": {
8686
"pretest": "jake tests",

src/compiler/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace ts {
66
// If changing the text in this section, be sure to test `configureNightly` too.
77
export const versionMajorMinor = "2.7";
88
/** The version of the TypeScript compiler release */
9-
export const version = `${versionMajorMinor}.1`;
9+
export const version = `${versionMajorMinor}.2`;
1010
}
1111

1212
namespace ts {

0 commit comments

Comments
 (0)