From 781c5821ef15daf136f10928e2410b0a7e39783e Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 6 Dec 2020 17:01:13 -0800 Subject: [PATCH] 11.0.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ddee14c2..8254df8c7 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.8", + "version": "11.0.9", "main": "dist/index.js", "typings": "dist/index.d.ts", "license": "BSD-3-Clause",