From a4c97f1678fc20f8ad6ab820cdc9e283db9d1d01 Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Wed, 12 Jan 2022 01:58:26 +0900 Subject: [PATCH] 0.0.4 --- 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 3c131d3..9c4c199 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remark-docx", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remark-docx", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "dependencies": { "docx": "^7.3.0", diff --git a/package.json b/package.json index 3159bbc..ffb4a8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-docx", - "version": "0.0.3", + "version": "0.0.4", "description": "remark plugin to compile markdown to docx.", "main": "lib/index.js", "module": "lib/index.mjs",