From c504e10bc147fd052d2a2eb57a9928c9489c99de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caridy=20Pati=C3=B1o?= Date: Fri, 3 Apr 2020 14:01:04 -0400 Subject: [PATCH] building 0.2.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e7335fe..51e8bd90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@caridy/sjs", - "version": "0.2.5", + "version": "0.2.6", "description": "Experimental JS Library to create a sandboxed JavaScript environment in browsers and node", "module": "lib/index.js", "types": "types/index.js",