diff --git a/CHANGELOG.md b/CHANGELOG.md index a0820da..e158063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [1.3.0](https://github.com/valor-software/ng2-file-upload/compare/v1.2.0...v1.3.0) (2018-03-18) + + +### Features + +* **package:** relaxed peer dependencies to allow ng v4 ([#713](https://github.com/valor-software/ng2-file-upload/issues/713)) ([7704e0e](https://github.com/valor-software/ng2-file-upload/commit/7704e0e)) + + + # [1.3.0](https://github.com/valor-software/ng2-file-upload/compare/v1.2.0...v1.3.0) (2017-11-25) diff --git a/package.json b/package.json index bc6d250..19a6a85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-file-upload-base", - "version": "1.3.0", + "version": "1.3.1", "private": true, "description": "Angular file upload directives", "scripts": { diff --git a/src/package.json b/src/package.json index b7ea575..e03a621 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,18 @@ { - "name": "ng2-file-upload", - "version": "1.3.0", + "name": "@koenvanderlinden/ng2-file-upload", + "version": "1.3.1", + "author": { + "name": "Koen van der Linden", + "email": "vanderlinden.koen@gmail.com" + }, + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/koenvanderlinden/ng2-file-upload.git" + }, + "bugs": { + "url": "https://github.com/koenvanderlinden/ng2-file-upload/issues" + }, + "homepage": "https://github.com/koenvanderlinden/ng2-file-upload#readme", "peerDependencies": { "@angular/common": "*", "@angular/core": "*"