From 6ad153073b7529769010ddbde1938372e1702f5b Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Mon, 16 Jan 2023 11:20:26 -0800 Subject: [PATCH] 2.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cca4fcc..6e9d1eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "klona", - "version": "2.0.5", + "version": "2.0.6", "repository": "lukeed/klona", "description": "A tiny (240B to 501B) and fast utility to \"deep clone\" Objects, Arrays, Dates, RegExps, and more!", "module": "dist/index.mjs",