From 777f2969a2c96f83da63346a6b1532e8ff9c808c Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Wed, 12 Jan 2022 01:01:21 +0900 Subject: [PATCH] 0.0.3 --- 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 0dd9752..3c131d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remark-docx", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remark-docx", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "dependencies": { "docx": "^7.3.0", diff --git a/package.json b/package.json index d0da993..10ee9ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-docx", - "version": "0.0.2", + "version": "0.0.3", "description": "remark plugin to transform markdown to docx.", "main": "lib/index.js", "module": "lib/index.mjs",