From 4935878f73bdbd40423920c02a2ec9e8f13b1e9b Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Tue, 12 Jul 2022 18:34:01 +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 cb4edd34a5..bb885cba23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 0ce1ee9602..97bbbce7d3 100644 --- a/package.json +++ b/package.json @@ -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": {