diff --git a/package-lock.json b/package-lock.json index 0a347a1..3a2ff48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remark-docx", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remark-docx", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "dependencies": { "docx": "^7.3.0", diff --git a/package.json b/package.json index 649ee61..56f25f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-docx", - "version": "0.0.6", + "version": "0.0.7", "description": "remark plugin to compile markdown to docx.", "main": "lib/index.js", "module": "lib/index.mjs",