This commit is contained in:
Matt Bierner 2018-11-28 18:26:03 -08:00
Родитель 3c2ba6aaf3
Коммит c780f26efc
3 изменённых файлов: 5 добавлений и 2 удалений

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

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

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

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