From a887927968c23274cd075e31a594ed5a8730d1cc Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Sun, 16 Feb 2025 18:35:16 +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 a6791e4725..a5ce7e788d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "docx", - "version": "9.1.1", + "version": "9.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "docx", - "version": "9.1.1", + "version": "9.2.0", "license": "MIT", "dependencies": { "@types/node": "^22.7.5", diff --git a/package.json b/package.json index e878327afe..6d25c14ca6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx", - "version": "9.1.1", + "version": "9.2.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",