From 04632072d469e233658fd8835019ed3adf742be2 Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Wed, 21 Oct 2020 15:15:30 +0900 Subject: [PATCH] 0.1.9 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",