diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b3002..889f7f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.16.0](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v2.15.0...v2.16.0) (2020-05-08) + + +### Features + +* Custom images upload ([3af6fc3](https://github.com/iliyaZelenko/tiptap-vuetify/commit/3af6fc3dc9a3445414c1ca64eee329183efa0d63)), closes [#141](https://github.com/iliyaZelenko/tiptap-vuetify/issues/141) [#16](https://github.com/iliyaZelenko/tiptap-vuetify/issues/16) + # [2.15.0](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v2.14.0...v2.15.0) (2020-05-03) diff --git a/package.json b/package.json index fb1a4a4..e526da3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiptap-vuetify", - "version": "2.15.0", + "version": "2.16.0", "license": "MIT", "scripts": { "commit": "git-cz",