Skip to content

Commit 3e88bc0

Browse files
committed
chore(release): 2.8.0-alpha.3
1 parent 5e8309e commit 3e88bc0

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
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.3](https://github.com/davidroyer/vue2-editor/compare/v2.8.0-alpha.2...v2.8.0-alpha.3) (2019-06-08)
6+
7+
8+
### Bug Fixes
9+
10+
* :hammer: adds vplugin as dev dependency ([cfe874a](https://github.com/davidroyer/vue2-editor/commit/cfe874a))
11+
12+
13+
### Documentation
14+
15+
* :books: adds initial customization ([0695594](https://github.com/davidroyer/vue2-editor/commit/0695594))
16+
17+
18+
### Improvements
19+
20+
* :ballot_box_with_check: eslint config ([e6f8f84](https://github.com/davidroyer/vue2-editor/commit/e6f8f84))
21+
22+
23+
### Refactoring
24+
25+
* adds vuepress to eslint and removes demo ([bb6eadd](https://github.com/davidroyer/vue2-editor/commit/bb6eadd))
26+
27+
28+
529
## [2.8.0-alpha.2](https://github.com/davidroyer/vue2-editor/compare/v2.8.0-alpha.1...v2.8.0-alpha.2) (2019-06-07)
630

731

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.2",
3+
"version": "2.8.0-alpha.3",
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)