From a850d28f51b9b4ff0a74913861f5e680533aab13 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Thu, 1 Aug 2024 19:30:08 +0200 Subject: [PATCH] v2.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8eb08d3..59cf825 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "safe-stable-stringify", - "version": "2.4.3", + "version": "2.5.0", "description": "Deterministic and safely JSON.stringify to quickly serialize JavaScript objects", "exports": { "require": "./index.js",