From 4214eaa91be1745a9376e099c12486ba2aa2ef7b Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Sat, 17 Oct 2020 22:37:31 +0900 Subject: [PATCH] 0.1.4 --- 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 6d043d82..fba3dd4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "slate-remark", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 30d982b5..72177483 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slate-remark", - "version": "0.1.3", + "version": "0.1.4", "description": "remark plugin to transform remark synthax tree (mdast) to slate document tree, and also slate to remark.", "main": "lib/index.js", "types": "lib/index.d.ts",