From 444e7771b45642fa9547f5373d00453749a74302 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Wed, 9 Oct 2024 21:21:08 +0100 Subject: [PATCH] Version bump --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e74efe84b5..b37f353de7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "docx", - "version": "8.5.0", + "version": "8.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "docx", - "version": "8.5.0", + "version": "8.6.0", "license": "MIT", "dependencies": { "@types/node": "^20.3.1", diff --git a/package.json b/package.json index 5404a8a359f..e0a763b928f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx", - "version": "8.5.0", + "version": "8.6.0", "description": "Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.", "type": "module", "main": "build/index.umd.js",