Skip to content

Commit

Permalink
chore(release): 3.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.5.0](v3.4.0...v3.5.0) (2019-11-06)

### Bug Fixes

* **component:** fixes [#254](#254) - Remove async from showMenu() ([223160f](223160f))

### Features

* **package.json:** add package.json prepare script - yarn build ([7cf5e0f](7cf5e0f))
  • Loading branch information
semantic-release-bot committed Nov 6, 2019
1 parent 4358c49 commit 81c89fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.5.0](https://github.com/iliyaZelenko/vue-cool-select/compare/v3.4.0...v3.5.0) (2019-11-06)


### Bug Fixes

* **component:** fixes [#254](https://github.com/iliyaZelenko/vue-cool-select/issues/254) - Remove async from showMenu() ([223160f](https://github.com/iliyaZelenko/vue-cool-select/commit/223160f))


### Features

* **package.json:** add package.json prepare script - yarn build ([7cf5e0f](https://github.com/iliyaZelenko/vue-cool-select/commit/7cf5e0f))

# [3.4.0](https://github.com/iliyaZelenko/vue-cool-select/compare/v3.3.0...v3.4.0) (2019-11-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-cool-select",
"version": "3.4.0",
"version": "3.5.0",
"scripts": {
"commit": "git-cz",
"serve": "cd ./gh-pages-src && yarn serve",
Expand Down

0 comments on commit 81c89fa

Please sign in to comment.