From 97824f1bb5538cee68cdd63f56c553d5b9e458dc Mon Sep 17 00:00:00 2001 From: Dolan Date: Tue, 31 Dec 2019 15:52:01 +0000 Subject: [PATCH] Version 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ad66b4a64..a742fc4faf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx", - "version": "5.0.0-rc7", + "version": "5.0.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": {