diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c8295e..86f6fe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.13.2 + +**Bugfixes:** + +* `no-unused`: fixed crash on type parameter of declaration inside global augmentation + # 1.13.1 **Bugfixes:** diff --git a/package.json b/package.json index b8a8cc4..dadbf62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tslint-consistent-codestyle", - "version": "1.13.1", + "version": "1.13.2", "description": "Additional rules to enforce constistent code style with tslint", "repository": { "type": "git",