From b98640365614a78707470aedcb3b7f5800243fca Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Tue, 28 Sep 2021 22:20:05 +0100 Subject: [PATCH] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96c31acb6a..1a2e9d2819 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx", - "version": "7.0.0", + "version": "7.1.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": {