From b8232f7a02c2ef30fbdc890c6f145d8a21037f10 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Sat, 11 Jul 2020 19:34:29 +0100 Subject: [PATCH] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e1157e9d67..d88a3731f6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx", - "version": "5.2.1", + "version": "5.2.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": {