diff --git a/package-lock.json b/package-lock.json index 40f052a..1eabbdc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remark-docx", - "version": "0.0.7", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remark-docx", - "version": "0.0.7", + "version": "0.1.0", "license": "MIT", "dependencies": { "@unified-latex/unified-latex-util-parse": "1.0.12", diff --git a/package.json b/package.json index 5805762..6480092 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-docx", - "version": "0.0.7", + "version": "0.1.0", "description": "remark plugin to compile markdown to docx (Microsoft Word, Office Open XML).", "main": "lib/index.js", "module": "lib/index.mjs",