Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Jan 8, 2017
1 parent 142e415 commit d159f4a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="2.0.10"></a>
## [2.0.10](https://github.com/jkuri/ngx-uploader/compare/v2.0.0...2.0.10) (2017-01-08)


### Bug Fixes

* **ngOnChanges:** add parameter ([8fc1ad9](https://github.com/jkuri/ngx-uploader/commit/8fc1ad9))
* check on files.length before filter ([2fea156](https://github.com/jkuri/ngx-uploader/commit/2fea156))
* Fire file not over event on file drop ([#174](https://github.com/jkuri/ngx-uploader/issues/174)) ([7857213](https://github.com/jkuri/ngx-uploader/commit/7857213))
* fix spelling error ([#175](https://github.com/jkuri/ngx-uploader/issues/175)) ([d2f08cf](https://github.com/jkuri/ngx-uploader/commit/d2f08cf))



<a name="2.0.9"></a>
## [2.0.9](https://github.com/jkuri/ngx-uploader/compare/v2.0.0...2.0.9) (2017-01-08)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-uploader",
"description": "Angular File Uploader",
"version": "2.0.9",
"version": "2.0.10",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit d159f4a

Please sign in to comment.