Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
Changed
- Readme
  • Loading branch information
jayprajapati857 committed Jul 15, 2020
1 parent a186dbc commit 2e3116b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.2.4] - 2020-07-15

### Changed
- Readme.
Expand Down Expand Up @@ -86,7 +86,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.2.3...HEAD
[1.2.4]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.3...1.2.4
[1.2.3]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.2...1.2.3
[1.2.2]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.0...1.2.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ npm start

## Project created & Maintained by

Jay Prajapati
[Jay Prajapati](https://github.com/jayprajapati857)

<a href="https://www.linkedin.com/in/jayprajapati857"><img src="https://github.com/aritraroy/social-icons/blob/master/linkedin-icon.png?raw=true" width="60"></a> <a href="https://twitter.com/_jayprajapati"><img src="https://github.com/aritraroy/social-icons/blob/master/twitter-icon.png?raw=true" width="60"></a> <a href="https://medium.com/@_jay.prajapati"><img src="https://github.com/aritraroy/social-icons/blob/master/medium-icon.png?raw=true" width="60"></a> <a href="https://www.facebook.com/jayprajapati857"><img src="https://github.com/aritraroy/social-icons/blob/master/facebook-icon.png?raw=true" width="60"></a> <a href="https://www.instagram.com/_jay.prajapati"><img src="https://github.com/aritraroy/social-icons/blob/master/instagram-icon.png?raw=true" width="60"></a>

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-uploader-directive",
"version": "1.2.3",
"version": "1.2.4",
"description": "Angular 9 File Uploader Directive which provides two directives, which are select and file drag and drop to upload files on server.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-uploader-directive/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.2.4] - 2020-07-15

### Changed
- Readme.
Expand Down Expand Up @@ -86,7 +86,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.2.3...HEAD
[1.2.4]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.3...1.2.4
[1.2.3]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.2...1.2.3
[1.2.2]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.0...1.2.1
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-uploader-directive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ npm start

## Project created & Maintained by

Jay Prajapati
[Jay Prajapati](https://github.com/jayprajapati857)

<a href="https://www.linkedin.com/in/jayprajapati857"><img src="https://github.com/aritraroy/social-icons/blob/master/linkedin-icon.png?raw=true" width="60"></a> <a href="https://twitter.com/_jayprajapati"><img src="https://github.com/aritraroy/social-icons/blob/master/twitter-icon.png?raw=true" width="60"></a> <a href="https://medium.com/@_jay.prajapati"><img src="https://github.com/aritraroy/social-icons/blob/master/medium-icon.png?raw=true" width="60"></a> <a href="https://www.facebook.com/jayprajapati857"><img src="https://github.com/aritraroy/social-icons/blob/master/facebook-icon.png?raw=true" width="60"></a> <a href="https://www.instagram.com/_jay.prajapati"><img src="https://github.com/aritraroy/social-icons/blob/master/instagram-icon.png?raw=true" width="60"></a>

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.2.3",
"version": "1.2.4",
"description": "Angular 9 File Uploader Directive which provides two directives, which are select and file drag and drop to upload files on server.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2e3116b

Please sign in to comment.