From 111fa15cfa4bcac5fa94151cf91dd675645a240b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Dec 2021 05:51:18 +0000 Subject: [PATCH] chore(release): 1.27.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.27.0](https://github.com/Leecason/element-tiptap/compare/@1.26.2...@1.27.0) (2021-12-03) ### Bug Fixes * link plugin type define ([1181f77](https://github.com/Leecason/element-tiptap/commit/1181f77d9526256f9ddb481c516a161fd1bf85a3)) * type defines ([c6cd8ef](https://github.com/Leecason/element-tiptap/commit/c6cd8ef46502427a7849a913e3b43ce18d0d65b5)) ### Features * ✨ add `pt_br`, `nl`, `he` i18n language ([416933a](https://github.com/Leecason/element-tiptap/commit/416933a1d42d3fed20fb426294db09267acf1162)) * add new language pt_br ([081c467](https://github.com/Leecason/element-tiptap/commit/081c46712a892e26a254f0d0b6e198366d213575)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32321204..a9533412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.27.0](https://github.com/Leecason/element-tiptap/compare/@1.26.2...@1.27.0) (2021-12-03) + + +### Bug Fixes + +* link plugin type define ([1181f77](https://github.com/Leecason/element-tiptap/commit/1181f77d9526256f9ddb481c516a161fd1bf85a3)) +* type defines ([c6cd8ef](https://github.com/Leecason/element-tiptap/commit/c6cd8ef46502427a7849a913e3b43ce18d0d65b5)) + + +### Features + +* ✨ add `pt_br`, `nl`, `he` i18n language ([416933a](https://github.com/Leecason/element-tiptap/commit/416933a1d42d3fed20fb426294db09267acf1162)) +* add new language pt_br ([081c467](https://github.com/Leecason/element-tiptap/commit/081c46712a892e26a254f0d0b6e198366d213575)) + ## [1.26.2](https://github.com/Leecason/element-tiptap/compare/@1.26.1...@1.26.2) (2020-08-21) diff --git a/package.json b/package.json index 0be95ab6..9ebcfad9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.26.2", + "version": "1.27.0", "description": "🌸A modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {