diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c68b3..869359f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.2 - March 31, 2022 +- Deprecate package as eslint is now preferred for TypeScript linting. +- Try ignoring in-memory files which can crash tslint. + ## 1.0.1 - December 14, 2020 - Catch error when resolving global tslint fails. Thanks @nickjs! diff --git a/README.md b/README.md index 25a7c6c..355c8c0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/Microsoft/typescript-tslint-plugin.svg?branch=master)](https://travis-ci.org/Microsoft/typescript-tslint-plugin) -> **❗IMPORTANT**: TSLint [has been deprecated](https://medium.com/palantir/tslint-in-2019-1a144c2317a9) in favor of ESLint. +> **❗IMPORTANT**: TSLint [has been deprecated](https://medium.com/palantir/tslint-in-2019-1a144c2317a9) in favor of ESLint and this plug-in has also been deprecated in favor of eslint. > > Please look into [migrating your projects to ESLint](https://github.com/typescript-eslint/typescript-eslint#typescript-eslint). diff --git a/package.json b/package.json index d1c01ab..5ea35fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-tslint-plugin", - "version": "1.0.1", + "version": "1.0.2", "description": "TypeScript tslint language service plugin", "main": "out/index.js", "author": "Microsoft",