From d124635cab2689ea9efa0ab46032f9843f21b369 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 26 Jan 2021 21:56:32 +0100 Subject: [PATCH] Bumped v2.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ee06fd..91a60d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "secure-json-parse", - "version": "2.2.0", + "version": "2.3.0", "description": "JSON parse with prototype poisoning protection", "main": "index.js", "scripts": {