From 7a8d4ffabd351c11de60018a1364751e072c83ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caridy=20Pati=C3=B1o?= Date: Wed, 26 Feb 2020 21:29:52 -0500 Subject: [PATCH] build 0.2.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b742420f..8533efcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@caridy/sjs", - "version": "0.2.3", + "version": "0.2.4", "description": "Experimental JS Library to create a secure javascript sandbox in browsers and node", "module": "lib/index.js", "types": "types/index.js",