0.1.2
This commit is contained in:
Родитель
3c2ba6aaf3
Коммит
c780f26efc
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.2 - November 28, 2018
|
||||
- Always show a disable rule fix for TSLint errors. Thanks @reduckted!
|
||||
|
||||
## 0.1.1 - November 27, 2018
|
||||
- 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.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "typescript-tslint-plugin",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "typescript-tslint-plugin",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "TypeScript tslint language service plugin",
|
||||
"main": "out/index.js",
|
||||
"author": "Microsoft",
|
||||
|
|
Загрузка…
Ссылка в новой задаче