From accb1d44d0d36fb66549b3f7f456b35995b42ea0 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Wed, 5 Apr 2023 02:03:30 +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 bc7d76e1e2e..44b79e327a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "docx", - "version": "8.0.1", + "version": "8.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "docx", - "version": "8.0.1", + "version": "8.0.2", "license": "MIT", "dependencies": { "@types/node": "^18.0.0", diff --git a/package.json b/package.json index 3db32ba7f40..73c219e54b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx", - "version": "8.0.1", + "version": "8.0.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": {