Releasing 1.3.4

This commit is contained in:
Linden van der
2018-04-03 11:15:32 +02:00
parent b619c1cd67
commit e97cd2caa2
3 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
<a name="1.3.4"></a>
## [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))
<a name="1.3.3"></a>
## [1.3.3](https://github.com/koenvanderlinden/ng2-file-upload/compare/v1.3.2...v1.3.3) (2018-03-21)

View File

@@ -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"

View File

@@ -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"