From ed409ac1b723126cc2049dd33325a65963636a8a Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Thu, 25 Mar 2021 02:55:45 +0000 Subject: [PATCH] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2645a00be..a070e0ef32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx", - "version": "6.0.1", + "version": "6.0.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": {