From d21a35facb1c8f371a379731dd7e11b83a094cb1 Mon Sep 17 00:00:00 2001 From: DoneDeal0 Date: Sun, 3 Nov 2024 21:37:45 +0100 Subject: [PATCH] fix: add website link (#33) --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14660d9..d349ac4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This library compares two arrays or objects and returns a full diff of their differences. +ℹ️ The documentation is also available on our [website](https://superdiff.gitbook.io/donedeal0-superdiff)! +
## WHY YOU SHOULD USE THIS LIBRARY diff --git a/package.json b/package.json index b9c5459..1c2d80e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@donedeal0/superdiff", - "version": "3.2.0", + "version": "3.1.2", "type": "module", "description": "SuperDiff compares two arrays or objects and returns a full diff of their differences", "main": "dist/index.js",