diff --git a/CHANGELOG.md b/CHANGELOG.md index 889f7f8..e4c0b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.16.1](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v2.16.0...v2.16.1) (2020-05-08) + + +### Bug Fixes + +* optimize main build file ([#169](https://github.com/iliyaZelenko/tiptap-vuetify/issues/169)) ([a15c4a1](https://github.com/iliyaZelenko/tiptap-vuetify/commit/a15c4a1bb9ca361c9b04fc264f73164d958b2e1a)), closes [#157](https://github.com/iliyaZelenko/tiptap-vuetify/issues/157) [#157](https://github.com/iliyaZelenko/tiptap-vuetify/issues/157) + # [2.16.0](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v2.15.0...v2.16.0) (2020-05-08) diff --git a/package.json b/package.json index e526da3..6e4aa08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiptap-vuetify", - "version": "2.16.0", + "version": "2.16.1", "license": "MIT", "scripts": { "commit": "git-cz",