diff --git a/CHANGELOG.md b/CHANGELOG.md index 96fd04f..008406f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.15.0 + +**Features:** + +* added `convertAst` utility to produce a flattened and wrapped version of the AST + # 2.14.0 **Features:** diff --git a/package.json b/package.json index 3940556..4c31a5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsutils", - "version": "2.14.0", + "version": "2.15.0", "description": "utilities for working with typescript's AST", "scripts": { "compile": "rm -rf {,util,typeguard,test/**}/*.js; tsc -p .",