diff --git a/package-lock.json b/package-lock.json index 1bf39cc5a1..732de04428 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "docx", - "version": "9.0.1", + "version": "9.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "docx", - "version": "9.0.1", + "version": "9.0.2", "license": "MIT", "dependencies": { "@types/node": "^22.7.5", diff --git a/package.json b/package.json index 3e30d71b1e..09ce994ec5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx", - "version": "9.0.1", + "version": "9.0.2", "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",