From 2e22fcc7645cb300b70b355b1cd86c2dfb37d6e4 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Wed, 12 Sep 2018 13:42:37 +0200 Subject: [PATCH] Update change long and bump version --- tslint/CHANGELOG.md | 4 ++++ tslint/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tslint/CHANGELOG.md b/tslint/CHANGELOG.md index 2b37cd4..9ce4d48 100644 --- a/tslint/CHANGELOG.md +++ b/tslint/CHANGELOG.md @@ -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 diff --git a/tslint/package.json b/tslint/package.json index c403794..39ccdda 100644 --- a/tslint/package.json +++ b/tslint/package.json @@ -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",