Skip to content

Commit a38e6a9

Browse files
committed
v1.15.0
1 parent 0c8e6f4 commit a38e6a9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.15.0
2+
3+
**Features:**
4+
5+
* `no-unnecessary-else` and `no-else-after-return` are now automatically fixable
6+
17
# 1.14.1
28

39
**Bugfixes:**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tslint-consistent-codestyle",
3-
"version": "1.14.1",
3+
"version": "1.15.0",
44
"description": "Additional rules to enforce constistent code style with tslint",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)