Skip to content

Commit

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


### Bug Fixes

* **ChoosySingleSelectDirective:** Fixed null default value in write ([eefb853](https://github.com/nglibrary/ngx-choosy/commit/eefb853))
* **ChoosySingleSelectDirective:** Fixed renamed issue ([0f14b81](https://github.com/nglibrary/ngx-choosy/commit/0f14b81))



<a name="1.0.2"></a>
## [1.0.2](https://github.com/nglibrary/ngx-choosy/compare/v1.0.1...v1.0.2) (2017-07-20)

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.2",
"version": "1.0.3",
"description": "Selectbox/ dropdown for Angular 4+",
"main": "./dist/index.umd.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit ff998c9

Please sign in to comment.