From 9f46eb189bf18e4dcf8a01a06e01a238d3a4ba44 Mon Sep 17 00:00:00 2001 From: DoneDeal0 Date: Sun, 21 Jan 2024 11:39:59 +0100 Subject: [PATCH] v.1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12db345..3960916 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@donedeal0/superdiff", - "version": "1.0.9", + "version": "1.1.0", "description": "SuperDiff checks the changes between two objects or arrays. It returns a complete diff with relevant information for each property or piece of data", "main": "dist/index.js", "module": "dist/index.js",