From 715e9c18893a046601d37e1573141b02c7ee355c Mon Sep 17 00:00:00 2001 From: Dan Selman Date: Thu, 16 May 2019 08:35:30 +0100 Subject: [PATCH] (chore) bump version and publish Signed-off-by: Dan Selman --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4a8f2e..ba4ca24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@accordproject/markdown-editor", - "version": "0.4.5", + "version": "0.4.6", "description": "A rich text editor that can read and write markdown text. Based on Slate.js.", "main": "dist/index.js", "repository": {