Skip to content

Commit

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


### Bug Fixes

* **ngOnChanges:** add parameter ([8fc1ad9](https://github.com/jkuri/ngx-uploader/commit/8fc1ad9))
* any ([6992551](https://github.com/jkuri/ngx-uploader/commit/6992551))
* 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))
* types ([b5bffcb](https://github.com/jkuri/ngx-uploader/commit/b5bffcb))



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

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.1.0",
"version": "2.1.1",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit ea1ff99

Please sign in to comment.