diff --git a/package-lock.json b/package-lock.json index de20d9f7..d2f0dd6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "slate-remark", - "version": "0.1.8", + "version": "0.1.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5c363ef1..05938eee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slate-remark", - "version": "0.1.8", + "version": "0.1.9", "description": "remark plugin to transform remark synthax tree (mdast) to Slate document tree, and also Slate to remark.", "main": "lib/index.js", "module": "lib/index.mjs",