From 6fe7ba7d592bd6bf21b85219348b911b8d098c9f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Mar 2020 12:58:32 +0000 Subject: [PATCH] chore(release): 1.10.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.10.1](https://github.com/Leecason/element-tiptap/compare/@1.10.0...@1.10.1) (2020-03-02) ### Bug Fixes * 🐛 set color_popover box-sizing attribute border-box ([4056a23](https://github.com/Leecason/element-tiptap/commit/4056a23550d19673e50757ece2a6d802ca1110a8)) * 🐛 use Message.prompt instead instance property ([dfe8aff](https://github.com/Leecason/element-tiptap/commit/dfe8aff354ad2b296c8ae026a4177f4f50cdc8a4)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4358b1b6..a58da55a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.10.1](https://github.com/Leecason/element-tiptap/compare/@1.10.0...@1.10.1) (2020-03-02) + + +### Bug Fixes + +* 🐛 set color_popover box-sizing attribute border-box ([4056a23](https://github.com/Leecason/element-tiptap/commit/4056a23550d19673e50757ece2a6d802ca1110a8)) +* 🐛 use Message.prompt instead instance property ([dfe8aff](https://github.com/Leecason/element-tiptap/commit/dfe8aff354ad2b296c8ae026a4177f4f50cdc8a4)) + # [1.10.0](https://github.com/Leecason/element-tiptap/compare/@1.9.1...@1.10.0) (2020-03-01) diff --git a/package.json b/package.json index aeea34a2..13608b6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.10.0", + "version": "1.10.1", "description": "A WYSIWYG editor based on Tiptap and Element.", "author": "leecason", "scripts": {