This commit is contained in:
Matt Bierner 2019-06-28 11:07:02 -07:00
Родитель 71de7a319d
Коммит eb7eb2c24e
3 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -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.

2
package-lock.json сгенерированный
Просмотреть файл

@ -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",