Version bump

This commit is contained in:
Dolan Miu
2022-07-12 18:34:01 +01:00
parent 440782e9cf
commit 4935878f73
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

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