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",