Skip to content

Commit

Permalink
chore(release): 2.9.0-next.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed Jun 21, 2019
1 parent dcef743 commit c03552e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0-next.2](https://github.com/davidroyer/vue2-editor/compare/v2.9.0-next.1...v2.9.0-next.2) (2019-06-21)


### Documentation

* add NOTES and TODO's ([1c43b1c](https://github.com/davidroyer/vue2-editor/commit/1c43b1c))



## [2.9.0-next.1](https://github.com/davidroyer/vue2-editor/compare/v2.9.0-next.0...v2.9.0-next.1) (2019-06-21)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue2-editor",
"version": "2.9.0-next.1",
"version": "2.9.0-next.2",
"description": "HTML editor using Vue.js 2, and Quill.js, an open source editor",
"author": {
"name": "David Royer",
Expand All @@ -17,12 +17,12 @@
"docs:build": "vue-cli-service docs --mode build",
"docs:preview": "http-server docs/.vuepress/dist",
"release": "standard-version",
"release:next": "standard-version --prerelease next"
"release:next": "standard-version --prerelease next && npm publish --tag next"
},
"standard-version": {
"scripts": {
"postbump": "yarn build && git add dist && git commit -m 'chore: new build'",
"posttag": "git push --follow-tags && npm publish"
"posttag": "git push --follow-tags"
},
"types": [
{
Expand Down

0 comments on commit c03552e

Please sign in to comment.