From eb7eb2c24e655d8e73ee53f75ebec8c89c2800e5 Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Fri, 28 Jun 2019 11:07:02 -0700 Subject: [PATCH] 0.5.3 --- CHANGELOG.md | 3 +++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3725017..2fc0551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package-lock.json b/package-lock.json index 9dd5754..4c1eda6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "typescript-tslint-plugin", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 71b6908..123c048 100644 --- a/package.json +++ b/package.json @@ -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",