diff --git a/CHANGELOG.md b/CHANGELOG.md index de64f38..cbfc1af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.25.0 + +**Features:** + +* added utilities: `isStatementInAmbientContext` and `isAmbientModuleBlock` + # 2.24.0 **Features:** diff --git a/package.json b/package.json index d8f70da..a69d7bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsutils", - "version": "2.24.0", + "version": "2.25.0", "description": "utilities for working with typescript's AST", "scripts": { "compile": "rm -rf {,util,typeguard,test/**}/*.js; tsc -p .",