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

Commit 3fc5c25

Browse files
committed
1.0.1
1 parent eae03bd commit 3fc5c25

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
# Changelog
22

3+
## 1.0.1 - December 14, 2020
4+
- Catch error when resolving global tslint fails. Thanks @nickjs!
5+
36
## 1.0.0 - November 30, 2020
47
- Restricts when tslint is loaded from the workspace.
58
- Global TSLint versions can always be loaded.

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": "typescript-tslint-plugin",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "TypeScript tslint language service plugin",
55
"main": "out/index.js",
66
"author": "Microsoft",

0 commit comments

Comments
 (0)