From 7546fe2216d97df011a68a61b9b7a688a856bd70 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Jan 2020 05:34:48 +0000 Subject: [PATCH] chore(release): 1.4.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.4.1](https://github.com/Leecason/element-tiptap/compare/@1.4.0...@1.4.1) (2020-01-03) ### Bug Fixes * 🐛 align left cant work bug ([859224b](https://github.com/Leecason/element-tiptap/commit/859224b260e99dfbd4aa98fe44cafd5502cf40f5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f238c023..7f02fd3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/Leecason/element-tiptap/compare/@1.4.0...@1.4.1) (2020-01-03) + + +### Bug Fixes + +* 🐛 align left cant work bug ([859224b](https://github.com/Leecason/element-tiptap/commit/859224b260e99dfbd4aa98fe44cafd5502cf40f5)) + # [1.4.0](https://github.com/Leecason/element-tiptap/compare/@1.3.0...@1.4.0) (2020-01-01) diff --git a/package.json b/package.json index e6c8830e..f31739eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "description": "A WYSIWYG editor based on Tiptap and Element.", "scripts": {