From 495f2e48887e9a8f4f4bd2e0512c22b2bae86ae7 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Mon, 5 May 2025 23:44:24 +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 e50e60f20c..312e72696b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "docx", - "version": "9.4.1", + "version": "9.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "docx", - "version": "9.4.1", + "version": "9.5.0", "license": "MIT", "dependencies": { "@types/node": "^22.7.5", diff --git a/package.json b/package.json index fd3b922064..7ce7843364 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx", - "version": "9.4.1", + "version": "9.5.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",