Version bump

This commit is contained in:
Dolan Miu
2025-04-16 10:15:02 +01:00
parent fc86e1842d
commit 409ea028cb
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "docx",
"version": "9.3.0",
"version": "9.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "docx",
"version": "9.3.0",
"version": "9.4.0",
"license": "MIT",
"dependencies": {
"@types/node": "^22.7.5",

View File

@ -1,6 +1,6 @@
{
"name": "docx",
"version": "9.3.0",
"version": "9.4.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",