From c38831bff63229e45da73a288db9da5ee53cc297 Mon Sep 17 00:00:00 2001 From: Leonel Sanches da Silva <53848829+leonelsanchesdasilva@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:52:29 -0800 Subject: [PATCH] Version v3.2.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ade7214..4e96a73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xslt-processor", - "version": "3.2.2", + "version": "3.2.3", "description": "A JavaScript XSLT Processor", "main": "index.js", "module": "index.js",