From f6e941ff38eaea45b6ecdaa03a700347a811bb0f Mon Sep 17 00:00:00 2001 From: Klaus Meinhardt Date: Sun, 10 Mar 2019 21:58:00 +0100 Subject: [PATCH] v3.9.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2536ef0..8214215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 3.9.0 + +**Features:** + +* added typeguards: `isNullLiteral` and `isBooleanLiteral` + # 3.8.0 **Features:** diff --git a/package.json b/package.json index 1a3c451..a8287b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsutils", - "version": "3.8.0", + "version": "3.9.0", "description": "utilities for working with typescript's AST", "scripts": { "compile": "rm -rf {,util,typeguard,test/**}/*.js; ttsc -p .",