Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit a5d27af

Browse files
committed
1.3.1
1 parent af4f1d9 commit a5d27af

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## 1.3.1 - December 14, 2020
4+
- Catch error when resolving global tslint fails. Thanks @nickjs!
5+
36
## 1.3.0 - November 30, 2020
47
- Pick up plugin version 1.0.0
58
- By default, TSLint will no longer be loaded automatically from the workspace until the user takes some action. See the readme for more details.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-typescript-tslint-plugin",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"private": true,
55
"displayName": "TSLint",
66
"description": "TSLint support for Visual Studio Code",

0 commit comments

Comments
 (0)