Skip to content

Commit

Permalink
Update version to 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
georgipeltekov committed May 8, 2019
1 parent 246f319 commit ee56b87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Change Log
### [6.0.0](https://github.com/georgipeltekov/ngx-file-drop/compare/v6.0.0...v6.0.1) (2019-05-08)
* Add support for multiple attribute changing

### [6.0.0](https://github.com/georgipeltekov/ngx-file-drop/compare/v5.1.0...v6.0.0) (2019-03-11)
* Code cleanup and consistent naming scheme, removing deprecated code

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ contentClassName | Custom style class name(s) to be used for the content area |
\[showBrowseBtn\] | Whether browse file button should be shown | \[showBrowseBtn\]="true"
browseBtnClassName | Custom style class name(s) to be used for the button | browseBtnClassName="my-style"
browseBtnLabel | The label of the browse file button | browseBtnLabel="Browse files"
multiple | Whether multiple or single files are accepted | multiple="true"

## License

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": "ngx-file-drop",
"version": "6.0.0",
"version": "6.0.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit ee56b87

Please sign in to comment.