From dce6ccbe9009934b8f177a455269c242240276d4 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Wed, 15 Jan 2020 20:24:41 -0800 Subject: [PATCH] 1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8749bf..7425e0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "klona", - "version": "1.1.0", + "version": "1.1.1", "repository": "lukeed/klona", "description": "A tiny (366B) and fast utility to \"deep clone\" Objects, Arrays, Dates, RegExps, and more!", "module": "dist/klona.mjs",