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

Commit

Permalink
Prepare release v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Mar 11, 2020
1 parent cf2f454 commit 0ebda9b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log

## v6.1.0

This comment has been minimized.

Copy link
@devversion

devversion Mar 11, 2020

Contributor

@adidahiya Thanks for cutting this release. Is it known that this release is not available on NPM yet?

This comment has been minimized.

Copy link
@adidahiya

adidahiya Mar 11, 2020

Author Contributor

@devversion sorry for the delay, it should be available on NPM now


- [enhancement] Upgrade to TypeScript 3.8, support new syntax (#4915)
- [docs] [`no-object-literal-type-assertion`](https://palantir.github.io/tslint/rules/no-object-literal-type-assertion/) fix typo in rule description (#4911)

Thanks to our contributors!

- Daniel Zwelling
- Ryan Delaney

## v6.0.0

This version has been marked as deprecated on NPM to encourage users to migrate to ESLint.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tslint",
"version": "6.0.0",
"version": "6.1.0",
"description": "An extensible static analysis linter for the TypeScript language",
"bin": {
"tslint": "./bin/tslint"
Expand Down
2 changes: 1 addition & 1 deletion src/linter.ts
Expand Up @@ -42,7 +42,7 @@ import { arrayify, dedent, flatMap, mapDefined } from "./utils";
* Linter that can lint multiple files in consecutive runs.
*/
export class Linter {
public static VERSION = "6.0.0";
public static VERSION = "6.1.0";

public static findConfiguration = findConfiguration;
public static findConfigurationPath = findConfigurationPath;
Expand Down

0 comments on commit 0ebda9b

Please sign in to comment.