chore(changelog): update [skip ci]

This commit is contained in:
Dmitriy Shekhovtsov
2021-09-03 15:12:40 +03:00
parent 326e3ac1a8
commit 6cc1909aae
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
# [2.0.0-1](https://github.com/valor-software/ng2-file-upload/compare/v2.0.0-0...v2.0.0-1) (2021-09-03)
### Features
* **version:** added npm versions ([#1183](https://github.com/valor-software/ng2-file-upload/issues/1183)) ([326e3ac](https://github.com/valor-software/ng2-file-upload/commit/326e3ac1a884f000f57b3fb6e30cd32f5ec4622c))
# [2.0.0-0](https://github.com/valor-software/ng2-file-upload/compare/v1.2.0...v2.0.0-0) (2021-09-03)

View File

@@ -1,6 +1,6 @@
{
"name": "ng2-file-upload",
"version": "2.0.0-0",
"version": "2.0.0-1",
"peerDependencies": {
"@angular/common": "*",
"@angular/core": "*"

View File

@@ -1,6 +1,6 @@
{
"name": "ng2-file-upload-base",
"version": "2.0.0-0",
"version": "2.0.0-1",
"private": true,
"description": "Angular file upload directives",
"scripts": {