Skip to content

Commit 53741c0

Browse files
committed
v1.6.0
1 parent 7667d63 commit 53741c0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## v1.6.0
4+
**Bugfixes:**
5+
* `prefer-const-enum` bail on string to number conversion
6+
* `no-unused` fixed false positive with index signature
7+
8+
**Features:**
9+
* `parameter-properties` adds `"trailing"` option
10+
311
## v1.5.1
412
**Bugfixes:**
513
* `no-var-before-return` now detects if variable is used by a closure.

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.5.1",
3+
"version": "1.6.0",
44
"description": "Additional rules to enforce constistent code style with tslint",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)