From 20e6b987701286b5493fd73556d8544fef1646d9 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Tue, 26 May 2020 21:07:30 +0100 Subject: [PATCH] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bea66bd3a4..2d8bc02945 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx", - "version": "5.1.0", + "version": "5.1.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": {