diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c5996d..a219b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.13.0 + +**Features:** + +* `no-else-after-return`: added option `"allow-else-if"` + # 1.12.3 * `no-else-after-return`: use correct control flow analysis diff --git a/package.json b/package.json index df37bda..83cc100 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tslint-consistent-codestyle", - "version": "1.12.3", + "version": "1.13.0", "description": "Additional rules to enforce constistent code style with tslint", "repository": { "type": "git",