Merge pull request #1861 from dolanmiu/hot-fix/return-constructor-value

Hot fix/return constructor value
This commit is contained in:
Dolan
2022-12-30 16:40:35 +00:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "docx",
"version": "7.8.0",
"version": "7.8.1",
"description": "Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.",
"main": "build/index.js",
"scripts": {