From cfee7d10adba361611dfbf50eecd2a6b435c6a54 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 31 Jan 2020 03:08:06 +0000 Subject: [PATCH] chore(release): 1.7.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.7.1](https://github.com/Leecason/element-tiptap/compare/@1.7.0...@1.7.1) (2020-01-31) ### Bug Fixes * **i18n:** 🐛 rename $i18n -> t to fix conflict with vue-i18n ([650bf69](https://github.com/Leecason/element-tiptap/commit/650bf69eaae753310664b6e15c28458367327fa2)) * **style:** 💄 reset default tag style ([6a18a95](https://github.com/Leecason/element-tiptap/commit/6a18a95e6e4bb4f565fd248a47e48ded4cf67bb4)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2650e95d..416ddfd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.7.1](https://github.com/Leecason/element-tiptap/compare/@1.7.0...@1.7.1) (2020-01-31) + + +### Bug Fixes + +* **i18n:** 🐛 rename $i18n -> t to fix conflict with vue-i18n ([650bf69](https://github.com/Leecason/element-tiptap/commit/650bf69eaae753310664b6e15c28458367327fa2)) +* **style:** 💄 reset default tag style ([6a18a95](https://github.com/Leecason/element-tiptap/commit/6a18a95e6e4bb4f565fd248a47e48ded4cf67bb4)) + # [1.7.0](https://github.com/Leecason/element-tiptap/compare/@1.6.0...@1.7.0) (2020-01-21) diff --git a/package.json b/package.json index 6f16d210..655b6ebf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.7.0", + "version": "1.7.1", "license": "MIT", "description": "A WYSIWYG editor based on Tiptap and Element.", "scripts": {