From b5ce73e2ccf08926bdcbf94e2e10f774828bc8da Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 3 Sep 2024 19:19:42 +0200 Subject: [PATCH] Bumped v3.0.0 Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29abd25..6e90524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "secure-json-parse", - "version": "3.0.0-pre.fv5.1", + "version": "3.0.0", "description": "JSON parse with prototype poisoning protection", "main": "index.js", "type": "commonjs",