Skip to content

Commit 5602525

Browse files
committed
chore(release): 2.8.0
1 parent 5c7ab1c commit 5602525

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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](https://github.com/davidroyer/vue2-editor/compare/v2.8.0-alpha.8...v2.8.0) (2019-06-12)
6+
7+
8+
### Documentation
9+
10+
* :pencil: moving examples to be imported ([6a49a96](https://github.com/davidroyer/vue2-editor/commit/6a49a96))
11+
* clean up `config.js` ([a02efbf](https://github.com/davidroyer/vue2-editor/commit/a02efbf))
12+
* fixes install command code ([3603060](https://github.com/davidroyer/vue2-editor/commit/3603060))
13+
* removes unused declarations ([60f1845](https://github.com/davidroyer/vue2-editor/commit/60f1845))
14+
15+
16+
17+
### [2.7.2](https://github.com/davidroyer/vue2-editor/compare/v2.7.1...v2.7.2) (2019-05-26)
18+
19+
20+
21+
### [2.7.1](https://github.com/davidroyer/vue2-editor/compare/v2.7.0-alpha.21...v2.7.1) (2019-05-26)
22+
23+
24+
525
## [2.8.0-alpha.8](https://github.com/davidroyer/vue2-editor/compare/v2.8.0-alpha.7...v2.8.0-alpha.8) (2019-06-12)
626

727

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