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