From b541d6070fccf4a283d8b7507fad7b929e593ab8 Mon Sep 17 00:00:00 2001 From: Luis Marroquin <35376824+LuisEnMarroquin@users.noreply.github.com> Date: Tue, 7 Nov 2023 09:54:38 -0600 Subject: [PATCH] Update package.json --- packages/main-library/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/main-library/package.json b/packages/main-library/package.json index fdd1bd6..938fe6d 100644 --- a/packages/main-library/package.json +++ b/packages/main-library/package.json @@ -1,6 +1,6 @@ { "name": "json-as-xlsx", - "version": "2.5.5", + "version": "2.5.6", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts",