From 7df91b7b6f35183d24d0814a7d8c9c8a57ce2fad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 6 Oct 2019 22:49:15 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v2.0.1...v2.0.2) (2019-10-06) ### Bug Fixes * **history:** fix error if no options for the extension ([af5e3be](https://github.com/iliyaZelenko/tiptap-vuetify/commit/af5e3be)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c7603e..a838e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v2.0.1...v2.0.2) (2019-10-06) + + +### Bug Fixes + +* **history:** fix error if no options for the extension ([af5e3be](https://github.com/iliyaZelenko/tiptap-vuetify/commit/af5e3be)) + ## [2.0.1](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v2.0.0...v2.0.1) (2019-10-06) diff --git a/package.json b/package.json index 6174243..131e0d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiptap-vuetify", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "scripts": { "commit": "git-cz",