From 3204549eddd242c3ea113836d9883ae9375e25d8 Mon Sep 17 00:00:00 2001 From: Matt Sutkowski Date: Thu, 24 Sep 2020 10:59:10 -0700 Subject: [PATCH] v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d0310c..64b7f69 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "even-financial-typed-utils", "author": "Matt Sutkowski", "description": "TypeScript types and utils for Even Financial APIs", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",