From 851ebb2c7b71ad16deacccc20e67119fa2e4fb78 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Aug 2019 11:05:10 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] # [1.6.0](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v1.5.0...v1.6.0) (2019-08-14) ### Features * **i18n:** Polish language ([4561b1b](https://github.com/iliyaZelenko/tiptap-vuetify/commit/4561b1b)) * **i18n:** Polish language ([2c75733](https://github.com/iliyaZelenko/tiptap-vuetify/commit/2c75733)) * **i18n:** Polish language ([b63c731](https://github.com/iliyaZelenko/tiptap-vuetify/commit/b63c731)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd86701..8d90630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.6.0](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v1.5.0...v1.6.0) (2019-08-14) + + +### Features + +* **i18n:** Polish language ([4561b1b](https://github.com/iliyaZelenko/tiptap-vuetify/commit/4561b1b)) +* **i18n:** Polish language ([2c75733](https://github.com/iliyaZelenko/tiptap-vuetify/commit/2c75733)) +* **i18n:** Polish language ([b63c731](https://github.com/iliyaZelenko/tiptap-vuetify/commit/b63c731)) + # [1.5.0](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v1.4.1...v1.5.0) (2019-07-23) diff --git a/package.json b/package.json index 05eab4e..d7a0371 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiptap-vuetify", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "scripts": { "commit": "git-cz",