From 2b526a1aaaa4f70b83c40b4d1d7f0deef3affe4e Mon Sep 17 00:00:00 2001 From: ssylvia Date: Thu, 30 May 2024 10:12:37 -0400 Subject: [PATCH] v4.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 204ce4f..da56238 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/arcgis-html-sanitizer", - "version": "3.0.1", + "version": "4.0.1", "description": "A simple utility to sanitize a string according to ArcGIS supported HTML specification.", "main": "dist/node/index.js", "module": "dist/esm/index.js",