From ba3d551c9fb9357adc64770684fd9ab6ef514969 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Mon, 29 Jun 2020 01:17:13 +0100 Subject: [PATCH] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09b272cb5b..4e1157e9d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx", - "version": "5.2.0", + "version": "5.2.1", "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": {