From 3eb98533aea49540d4f7d5b39d1828a4baeb22aa Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Thu, 2 Nov 2023 03:02:21 +0000 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 7e2de23d49..d438195e7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "docx", - "version": "8.2.3", + "version": "8.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "docx", - "version": "8.2.3", + "version": "8.2.4", "license": "MIT", "dependencies": { "@types/node": "^20.3.1", diff --git a/package.json b/package.json index 15e926922d..4413edea3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx", - "version": "8.2.3", + "version": "8.2.4", "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",