Skip to content

Commit

Permalink
chore(release): v1.0.6 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Jul 24, 2017
1 parent 8441a77 commit 7a757e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.0.6"></a>
## [1.0.6](https://github.com/nglibrary/ngx-choosy/compare/v1.0.5...v1.0.6) (2017-07-24)


### Bug Fixes

* **Single Select Directive:** Removed exceptions when no options provided. Set empty array as default. \n Removed exceptions when no displayValue is not provided. Set first key as default display value. ([8441a77](https://github.com/nglibrary/ngx-choosy/commit/8441a77))



<a name="1.0.5"></a>
## [1.0.5](https://github.com/nglibrary/ngx-choosy/compare/v1.0.4...v1.0.5) (2017-07-23)

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": "@nglibrary/ngx-choosy",
"version": "1.0.5",
"version": "1.0.6",
"description": "Selectbox/ dropdown for Angular 4+",
"main": "./dist/index.umd.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit 7a757e0

Please sign in to comment.