Skip to content

Commit

Permalink
v2.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajafff committed Jul 3, 2018
1 parent 627c9fe commit bed60ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 2.27.2

Avoid crash caused by removed function in `typescript@3.0.0`.

# 2.27.1

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

0 comments on commit bed60ea

Please sign in to comment.