From 14139777d9dcaae9acf70e8fddce0672774f0c14 Mon Sep 17 00:00:00 2001 From: Klaus Meinhardt Date: Mon, 25 Jan 2021 16:41:51 +0100 Subject: [PATCH] v3.20.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83e2c78..60dee64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsutils", - "version": "3.19.1", + "version": "3.20.0", "description": "utilities for working with typescript's AST", "scripts": { "precompile": "rimraf \"{,util,typeguard,test{,/rules}/*.{js,d.ts,js.map}\"",