Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Mar 5, 2017
1 parent db11e48 commit 6683db2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="2.2.1"></a>
## [2.2.1](https://github.com/jkuri/ngx-uploader/compare/v2.0.0...2.2.1) (2017-03-05)


### Bug Fixes

* 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))
* 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))
* 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))
* **lint:** fix linting errors ([bab50bd](https://github.com/jkuri/ngx-uploader/commit/bab50bd))
* **ngOnChanges:** add parameter ([8fc1ad9](https://github.com/jkuri/ngx-uploader/commit/8fc1ad9))
* unused variables (closes [#206](https://github.com/jkuri/ngx-uploader/issues/206)) ([e1e1b16](https://github.com/jkuri/ngx-uploader/commit/e1e1b16))



<a name="2.1.3"></a>
## [2.1.3](https://github.com/jkuri/ngx-uploader/compare/v2.0.0...2.1.3) (2017-02-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.2.0",
"version": "2.2.1",
"license": "MIT",
"main": "bundle/ngx-uploader.umd.js",
"module": "ngx-uploader.js",
Expand Down

0 comments on commit 6683db2

Please sign in to comment.