From 43f298f5c34908bc1ca7959ed60cbd49f3e3b035 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Mon, 17 Aug 2020 11:52:22 -0700 Subject: [PATCH] 2.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88f70b1..2fd7b45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "klona", - "version": "2.0.1", + "version": "2.0.2", "repository": "lukeed/klona", "description": "A tiny (240B to 507B) and fast utility to \"deep clone\" Objects, Arrays, Dates, RegExps, and more!", "module": "dist/index.mjs",