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

Commit c780f26

Browse files
committed
0.1.2
1 parent 3c2ba6a commit c780f26

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+
## 0.1.2 - November 28, 2018
4+
- Always show a disable rule fix for TSLint errors. Thanks @reduckted!
5+
36
## 0.1.1 - November 27, 2018
47
- Fix bug that could cause TS Lint to use a different version of TypeScript than the version being used by the plugin. This would result in unexpected behavior.
58

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

0 commit comments

Comments
 (0)