From 512cfce84bb9cfa555609b2eac374f2a5a695086 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:43:35 -0500 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bc387d..472d01d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ladjs/pick-original", "description": "Transform an Object that was transformed to return only the original properties recursively picked if they are not undefined.", - "version": "1.0.0", + "version": "2.0.0", "author": "Titanism", "bugs": { "url": "https://github.com/ladjs/pick-original/issues"