From 8583aa0632195ccf17bc6af8df8177800b709f4a Mon Sep 17 00:00:00 2001 From: Dolan Date: Sat, 18 Dec 2021 15:57:41 +0000 Subject: [PATCH] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6eda3d7d55..a737ddca52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx", - "version": "7.2.0", + "version": "7.3.0", "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": {