From 01878f2351179fc2dbc5b45fd403965af94b7be4 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 21 Nov 2020 15:18:57 -0800 Subject: [PATCH] 11.0.7 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b51fb9acb..f0092367f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rich-markdown-editor", "description": "A rich text editor with Markdown shortcuts", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "typings": "dist/index.d.ts", "license": "BSD-3-Clause", @@ -107,4 +107,4 @@ "url": "https://github.com/outline/rich-markdown-editor/issues" }, "homepage": "https://github.com/outline/rich-markdown-editor#readme" -} \ No newline at end of file +}