From 32a5cca8787e9bbf4635ffb98d2aed2ce9c832dc Mon Sep 17 00:00:00 2001 From: Andrey Savin <69673750+anti-the-social@users.noreply.github.com> Date: Fri, 14 Oct 2022 11:45:53 +0300 Subject: [PATCH] Upd version, include security fix into package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fa273e22b..b2efb871b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@contractmill/docx", - "version": "7.5.1", + "version": "7.5.2", "description": "Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.", "main": "build/index.js", "scripts": {