From 0e818c8d73ee011c19e2508a2bb5ba09783e331c Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Thu, 22 Sep 2022 09:21:04 +0100 Subject: [PATCH] Version bump --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca440d8680..04c0e16461 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "docx", - "version": "7.4.1", + "version": "7.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "docx", - "version": "7.4.1", + "version": "7.5.0", "license": "MIT", "dependencies": { "@types/node": "^18.0.0", diff --git a/package.json b/package.json index 7534109d0f..7e93702951 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx", - "version": "7.4.1", + "version": "7.5.0", "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": {