diff --git a/package-lock.json b/package-lock.json index 8f8d330550..82a4a0005f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "docx", - "version": "8.2.0", + "version": "8.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "docx", - "version": "8.2.0", + "version": "8.2.1", "license": "MIT", "dependencies": { "@types/node": "^20.3.1", diff --git a/package.json b/package.json index 10206eb20d..89785f0813 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx", - "version": "8.2.0", + "version": "8.2.1", "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",