From 409ea028cba81d439fca03bdface0c49dd790bc6 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Wed, 16 Apr 2025 10:15:02 +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 1f07bd19e9..8754b2d42c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "docx", - "version": "9.3.0", + "version": "9.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "docx", - "version": "9.3.0", + "version": "9.4.0", "license": "MIT", "dependencies": { "@types/node": "^22.7.5", diff --git a/package.json b/package.json index cc9493ed92..0763f35ab4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx", - "version": "9.3.0", + "version": "9.4.0", "description": "Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.", "type": "module", "main": "dist/index.umd.cjs",