Skip to content

Commit

Permalink
v1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajafff committed Mar 27, 2018
1 parent f49be29 commit 76de864
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.12.3

* `no-else-after-return`: use correct control flow analysis

# 1.12.2

* `no-unnecessary-type-annotation`: fix infinite loop on union with generic signature (#57)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tslint-consistent-codestyle",
"version": "1.12.2",
"version": "1.12.3",
"description": "Additional rules to enforce constistent code style with tslint",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,6 +51,6 @@
},
"peerDependencies": {
"tslint": "^5.0.0",
"typescript": "^2.1.4 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev"
"typescript": "^2.1.4 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=2.10.0-dev"
}
}

0 comments on commit 76de864

Please sign in to comment.