From 20815437d9b925da186a7894187637f338fc8e41 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 May 2020 16:24:50 +0000 Subject: [PATCH] chore(release): 2.22.0 [skip ci] # [2.22.0](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v2.21.0...v2.22.0) (2020-05-27) ### Features * **events:** add onFocus-Event ([#183](https://github.com/iliyaZelenko/tiptap-vuetify/issues/183)) ([dcf8fd7](https://github.com/iliyaZelenko/tiptap-vuetify/commit/dcf8fd7dc31d7d122869b0361aa2261d58871d70)), closes [#154](https://github.com/iliyaZelenko/tiptap-vuetify/issues/154) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 157d692..ad2a69c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.22.0](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v2.21.0...v2.22.0) (2020-05-27) + + +### Features + +* **events:** add onFocus-Event ([#183](https://github.com/iliyaZelenko/tiptap-vuetify/issues/183)) ([dcf8fd7](https://github.com/iliyaZelenko/tiptap-vuetify/commit/dcf8fd7dc31d7d122869b0361aa2261d58871d70)), closes [#154](https://github.com/iliyaZelenko/tiptap-vuetify/issues/154) + # [2.21.0](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v2.20.0...v2.21.0) (2020-05-27) diff --git a/package.json b/package.json index 2a950ee..58e0f8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiptap-vuetify", - "version": "2.21.0", + "version": "2.22.0", "license": "MIT", "scripts": { "commit": "git-cz",