From 82bdb301f9588d9e8f02de6b946e7a4b9453118a Mon Sep 17 00:00:00 2001 From: Dolan Date: Wed, 4 Nov 2020 02:52:28 +0000 Subject: [PATCH] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5d29a3384..0e3a678600 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx", - "version": "5.3.0", + "version": "5.4.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": {