Skip to content

Commit

Permalink
chore(release): 3.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.3.0](v3.2.0...v3.3.0) (2019-10-24)

### Bug Fixes

* **component:** trigger setInputSelected on onClick ([aec9b01](aec9b01))

### Features

* **component:** add prop to toggle full input selection on click/focus ([dc1b997](dc1b997))
  • Loading branch information
semantic-release-bot committed Oct 24, 2019
1 parent 257ac15 commit 4b81823
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.3.0](https://github.com/iliyaZelenko/vue-cool-select/compare/v3.2.0...v3.3.0) (2019-10-24)


### Bug Fixes

* **component:** trigger setInputSelected on onClick ([aec9b01](https://github.com/iliyaZelenko/vue-cool-select/commit/aec9b01))


### Features

* **component:** add prop to toggle full input selection on click/focus ([dc1b997](https://github.com/iliyaZelenko/vue-cool-select/commit/dc1b997))

# [3.2.0](https://github.com/iliyaZelenko/vue-cool-select/compare/v3.1.0...v3.2.0) (2019-10-17)


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.2.0",
"version": "3.3.0",
"scripts": {
"commit": "git-cz",
"serve": "cd ./gh-pages-src && yarn serve",
Expand Down

0 comments on commit 4b81823

Please sign in to comment.