Skip to content

Commit 5476280

Browse files
committed
chore(release): 2.8.0-alpha.7
1 parent 4d61d32 commit 5476280

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
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.
44

5+
## [2.8.0-alpha.7](https://github.com/davidroyer/vue2-editor/compare/v2.8.0-alpha.6...v2.8.0-alpha.7) (2019-06-12)
6+
7+
8+
### Bug Fixes
9+
10+
* fixes analytics ([3dd8b8d](https://github.com/davidroyer/vue2-editor/commit/3dd8b8d))
11+
* **build:** removes `dist` from `.gitignore` ([c8747c6](https://github.com/davidroyer/vue2-editor/commit/c8747c6))
12+
13+
14+
### Documentation
15+
16+
* fixes assets error ([7411501](https://github.com/davidroyer/vue2-editor/commit/7411501))
17+
* fixes styles ([4e97781](https://github.com/davidroyer/vue2-editor/commit/4e97781))
18+
* removes unwanted text ([c5b6ced](https://github.com/davidroyer/vue2-editor/commit/c5b6ced))
19+
* testing demo-code and snippets ([a42b0a0](https://github.com/davidroyer/vue2-editor/commit/a42b0a0))
20+
* updates docs to current version ([69e470d](https://github.com/davidroyer/vue2-editor/commit/69e470d))
21+
22+
23+
524
## [2.8.0-alpha.6](https://github.com/davidroyer/vue2-editor/compare/v2.8.0-alpha.5...v2.8.0-alpha.6) (2019-06-11)
625

726

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue2-editor",
3-
"version": "2.8.0-alpha.6",
3+
"version": "2.8.0-alpha.7",
44
"description": "HTML editor using Vue.js 2, and Quill.js, an open source editor",
55
"author": {
66
"name": "David Royer",

0 commit comments

Comments
 (0)