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

Fix more empty return values
This commit is contained in:
Dolan
2023-01-05 14:18:11 +00:00
committed by GitHub
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "docx",
"version": "7.8.1",
"version": "7.8.2",
"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": {