Update change long and bump version

This commit is contained in:
Erich Gamma 2018-09-12 13:42:37 +02:00
Родитель df9f2f0de4
Коммит 2e22fcc764
2 изменённых файлов: 5 добавлений и 1 удалений

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

@ -1,5 +1,9 @@
# Changelog
## 1.0.39
- Fix [#387](https://github.com/Microsoft/vscode-tslint/issues/387) Infinite loop when auto fixing does not converge
## 1.0.38
- Fix [#384](https://github.com/Microsoft/vscode-tslint/issues/384) Failed to load the TSLint library for the document, when tslint is installed globally

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

@ -2,7 +2,7 @@
"name": "tslint",
"displayName": "TSLint",
"description": "TSLint for Visual Studio Code",
"version": "1.0.38",
"version": "1.0.39",
"author": "Microsoft Corporation",
"license": "MIT",
"publisher": "eg2",