From 4c8fdcdf24ad9b119e7eb5d3088d4cbbd86987bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Isager=20Dalsgar=C3=B0?= Date: Mon, 2 Sep 2024 09:25:22 +0200 Subject: [PATCH] 1.2.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4fb97c8..cca0353 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bare-structured-clone", - "version": "1.2.2", + "version": "1.2.3", "description": "Structured cloning algorithm for JavaScript", "exports": { ".": "./index.js",