Skip to content

Commit

Permalink
1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jayprajapati857 committed Jun 15, 2020
1 parent d4e9919 commit 0713dd4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.1.4] - 2020-06-15

### Fixed
- Fixed error event emittion.
Expand Down Expand Up @@ -44,7 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Added File select directive
- Uploading files in a single request

[Unreleased]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.1.3...HEAD
[1.1.4]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.1.4...1.1.3
[1.1.3]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.1.2...1.1.3
[1.1.2]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.1.0...1.1.2
[1.1.0]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.0.0...1.1.0
Expand Down
6 changes: 3 additions & 3 deletions projects/ngx-uploader-directive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.1.4] - 2020-06-15

### Fixed
- Fixed error event emittion.
- Fixed events emittion on invalid request id.

### Changed
- Readme.
- Readme
- Changed error response to HttpErrorResponse
- On rejection Http Error response will be returned

Expand Down Expand Up @@ -44,7 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Added File select directive
- Uploading files in a single request

[Unreleased]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.1.3...HEAD
[1.1.4]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.1.4...1.1.3
[1.1.3]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.1.2...1.1.3
[1.1.2]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.1.0...1.1.2
[1.1.0]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.0.0...1.1.0
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-uploader-directive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-uploader-directive",
"version": "1.1.3",
"version": "1.1.4",
"description": "Angular file uploader.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0713dd4

Please sign in to comment.