0.5.3
This commit is contained in:
Родитель
71de7a319d
Коммит
eb7eb2c24e
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## 0.5.3 - June 28, 2019
|
||||
- Fixed the disable quick fix not having correct indentation.
|
||||
|
||||
## 0.5.2 - June 21, 2019
|
||||
- Fixes the config file diagnostic not having `tslint` as its source.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "typescript-tslint-plugin",
|
||||
"version": "0.5.2",
|
||||
"version": "0.5.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "typescript-tslint-plugin",
|
||||
"version": "0.5.2",
|
||||
"version": "0.5.3",
|
||||
"description": "TypeScript tslint language service plugin",
|
||||
"main": "out/index.js",
|
||||
"author": "Microsoft",
|
||||
|
|
Загрузка…
Ссылка в новой задаче