From a28a218fc21083eda8b7c5a0891a992f4f649634 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Fri, 14 Aug 2020 14:47:45 -0700 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 852e7f0..83dd8d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "klona", - "version": "1.1.2", + "version": "2.0.0", "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",