From 13efa14e2c9185f4d84a28c1d9a227a6a69e7066 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 8 Feb 2020 02:22:46 +0000 Subject: [PATCH] chore(release): 1.7.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.7.2](https://github.com/Leecason/element-tiptap/compare/@1.7.1...@1.7.2) (2020-02-08) ### Bug Fixes * **i18n:** 🌐 capitalize Heading paragraph button ([0dc3000](https://github.com/Leecason/element-tiptap/commit/0dc300057e1655bec475b10498ea066ab64ea466)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 416ddfd5..7b81629d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.2](https://github.com/Leecason/element-tiptap/compare/@1.7.1...@1.7.2) (2020-02-08) + + +### Bug Fixes + +* **i18n:** 🌐 capitalize Heading paragraph button ([0dc3000](https://github.com/Leecason/element-tiptap/commit/0dc300057e1655bec475b10498ea066ab64ea466)) + ## [1.7.1](https://github.com/Leecason/element-tiptap/compare/@1.7.0...@1.7.1) (2020-01-31) diff --git a/package.json b/package.json index 655b6ebf..6112abfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.7.1", + "version": "1.7.2", "license": "MIT", "description": "A WYSIWYG editor based on Tiptap and Element.", "scripts": {