From 49f45eec060b98ff7709b7fc091bac5d82c7fdd3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Mar 2020 12:48:33 +0000 Subject: [PATCH] chore(release): 1.12.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.12.0](https://github.com/Leecason/element-tiptap/compare/@1.11.0...@1.12.0) (2020-03-10) ### Features * ✨ add characters count to editor footer ([ede119e](https://github.com/Leecason/element-tiptap/commit/ede119efbb39f8c182949afa4c7f90df48d4a8df)) * ✨ add SelectAll extension ([1054270](https://github.com/Leecason/element-tiptap/commit/105427034b234b38ef255d61d4388cc51d609dbf)) * 💄 pointer cursor for link ([e94085c](https://github.com/Leecason/element-tiptap/commit/e94085c47504bd8b9097dcad6c0e061f75e73340)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 387549b1..a973fea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.12.0](https://github.com/Leecason/element-tiptap/compare/@1.11.0...@1.12.0) (2020-03-10) + + +### Features + +* ✨ add characters count to editor footer ([ede119e](https://github.com/Leecason/element-tiptap/commit/ede119efbb39f8c182949afa4c7f90df48d4a8df)) +* ✨ add SelectAll extension ([1054270](https://github.com/Leecason/element-tiptap/commit/105427034b234b38ef255d61d4388cc51d609dbf)) +* 💄 pointer cursor for link ([e94085c](https://github.com/Leecason/element-tiptap/commit/e94085c47504bd8b9097dcad6c0e061f75e73340)) + # [1.11.0](https://github.com/Leecason/element-tiptap/compare/@1.10.2...@1.11.0) (2020-03-06) diff --git a/package.json b/package.json index 6e36235a..8c40a83a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.11.0", + "version": "1.12.0", "description": "A WYSIWYG editor based on Tiptap and Element.", "author": "leecason", "scripts": {