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",