diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cdf0b8..0a784fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.7.0-alpha.15](https://github.com/davidroyer/vue2-editor/compare/v2.7.0-alpha.14...v2.7.0-alpha.15) (2019-05-26) + + +### Bug Fixes + +* **package.json:** removes src from files property ([108f1be](https://github.com/davidroyer/vue2-editor/commit/108f1be)) + + + ## [2.7.0-alpha.14](https://github.com/davidroyer/vue2-editor/compare/v2.7.1-alpha.0...v2.7.0-alpha.14) (2019-05-26) diff --git a/package.json b/package.json index 5057221..a1deda5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue2-editor", - "version": "2.7.0-alpha.14", + "version": "2.7.0-alpha.15", "private": false, "description": "HTML editor using Vue.js 2, and Quill.js, an open source editor", "author": {