From e97cd2caa28533c8a34a90ea1c1da27656f87e5b Mon Sep 17 00:00:00 2001 From: Linden van der Date: Tue, 3 Apr 2018 11:15:32 +0200 Subject: [PATCH] Releasing 1.3.4 --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- src/package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fce8e61..d8c853f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## [1.3.4](https://github.com/koenvanderlinden/ng2-file-upload/compare/v1.3.3...v1.3.4) (2018-04-03) + + +### Features + +* **fileUploader:** Added queueMaxSizeLimit, to limit the file size of all items in the uploadqueue. ([385c322](https://github.com/koenvanderlinden/ng2-file-upload/commit/385c322)) + + ## [1.3.3](https://github.com/koenvanderlinden/ng2-file-upload/compare/v1.3.2...v1.3.3) (2018-03-21) diff --git a/package.json b/package.json index 6b1090e..615bf71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-file-upload-base", - "version": "1.3.3", + "version": "1.3.4", "private": true, "description": "Angular file upload directives", "scripts": { @@ -39,7 +39,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+ssh://git@github.com/valor-software/ng2-file-upload.git" + "url": "git+ssh://git@github.com/koenvanderlinden/ng2-file-upload.git" }, "bugs": { "url": "https://github.com/valor-software/ng2-file-upload/issues" diff --git a/src/package.json b/src/package.json index 2c05e8c..21b311d 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "ng2-file-upload-koenvanderlinden", - "version": "1.3.3", + "version": "1.3.4", "author": { "name": "Koen van der Linden", "email": "vanderlinden.koen@gmail.com"