diff --git a/CHANGELOG.md b/CHANGELOG.md index cda3907..26bbf11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.10.2 + +**Bugfixes:** + +* `no-accessor-recursion` fixed crash on abstract accessor + # 1.10.1 **Bugfixes:** diff --git a/package.json b/package.json index e48bb62..c6ea38a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tslint-consistent-codestyle", - "version": "1.10.1", + "version": "1.10.2", "description": "Additional rules to enforce constistent code style with tslint", "repository": { "type": "git",