From 4b4423f8fe51be427771fd111205d59134d36e6b Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 9 Nov 2020 20:01:14 -0800 Subject: [PATCH] 11.0.4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9c06b7d7d..1c870268c 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.3", + "version": "11.0.4", "main": "dist/index.js", "typings": "dist/index.d.ts", "license": "BSD-3-Clause", @@ -106,4 +106,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 +}