From 34d67c2110a0e6f50c9d424e9717784a9539e77c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 16 May 2020 05:27:15 +0000 Subject: [PATCH] chore(release): 2.18.0 [skip ci] # [2.18.0](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v2.17.0...v2.18.0) (2020-05-16) ### Bug Fixes * **translation:** useless warning about unsupported current language ([#174](https://github.com/iliyaZelenko/tiptap-vuetify/issues/174)) ([ad551c1](https://github.com/iliyaZelenko/tiptap-vuetify/commit/ad551c18823127d290511c5a732161258dc7c7a6)) ### Features * **i18n:** cs translation ([#173](https://github.com/iliyaZelenko/tiptap-vuetify/issues/173)) ([2cf77ff](https://github.com/iliyaZelenko/tiptap-vuetify/commit/2cf77ff58fa65ddc0605275ae5c63ab0569a88a6)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 608aec2..6cd842d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.18.0](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v2.17.0...v2.18.0) (2020-05-16) + + +### Bug Fixes + +* **translation:** useless warning about unsupported current language ([#174](https://github.com/iliyaZelenko/tiptap-vuetify/issues/174)) ([ad551c1](https://github.com/iliyaZelenko/tiptap-vuetify/commit/ad551c18823127d290511c5a732161258dc7c7a6)) + + +### Features + +* **i18n:** cs translation ([#173](https://github.com/iliyaZelenko/tiptap-vuetify/issues/173)) ([2cf77ff](https://github.com/iliyaZelenko/tiptap-vuetify/commit/2cf77ff58fa65ddc0605275ae5c63ab0569a88a6)) + # [2.17.0](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v2.16.1...v2.17.0) (2020-05-14) diff --git a/package.json b/package.json index 683d86f..1bd5ae0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiptap-vuetify", - "version": "2.17.0", + "version": "2.18.0", "license": "MIT", "scripts": { "commit": "git-cz",