Skip to content

Commit

Permalink
v2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajafff committed Jan 15, 2018
1 parent 5253c45 commit 6623960
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# 2.17.1

**Bugfixes:**

* `getControlFlowEnd` and `endsControlFlow` (#22)
* ThrowStatements inside `try` are filtered out if there is a `catch` clause
* TryStatements with `catch` only end control flow if `try` AND `catch` definitely end control flow

# 2.17.0

**Features:**
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tsutils",
"version": "2.17.0",
"version": "2.17.1",
"description": "utilities for working with typescript's AST",
"scripts": {
"compile": "rm -rf {,util,typeguard,test/**}/*.js; tsc -p .",
Expand Down

0 comments on commit 6623960

Please sign in to comment.