Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit 24d29e4

Browse files
committed
Prepare release v6.1.2
1 parent 4218876 commit 24d29e4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## v6.1.2
4+
5+
- [bugfix] restore typings compatibility with TS < 3.8 (#4933)
6+
37
## v6.1.1
48

59
- [bugfix] upgrade mkdirp dependency to `^0.5.3` (#4918)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tslint",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "An extensible static analysis linter for the TypeScript language",
55
"bin": {
66
"tslint": "./bin/tslint"

src/linter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import { arrayify, dedent, flatMap, mapDefined } from "./utils";
4242
* Linter that can lint multiple files in consecutive runs.
4343
*/
4444
export class Linter {
45-
public static VERSION = "6.1.1";
45+
public static VERSION = "6.1.2";
4646

4747
public static findConfiguration = findConfiguration;
4848
public static findConfigurationPath = findConfigurationPath;

0 commit comments

Comments
 (0)