chore(changelog): update [skip ci]

This commit is contained in:
Dmitriy Shekhovtsov
2021-09-03 13:47:33 +03:00
parent be27edbe13
commit f2271a6139
3 changed files with 17 additions and 2 deletions

View File

@@ -1,3 +1,18 @@
# [2.0.0-0](https://github.com/valor-software/ng2-file-upload/compare/v1.2.0...v2.0.0-0) (2021-09-03)
### Bug Fixes
* **ci:** fix xvfb service issue ([33ac156](https://github.com/valor-software/ng2-file-upload/commit/33ac156208bfcf57851210f037719107e1ca9eb9))
* **typo:** fix grammatical mistake in readme ([#1119](https://github.com/valor-software/ng2-file-upload/issues/1119)) ([8171bc8](https://github.com/valor-software/ng2-file-upload/commit/8171bc831b69692d04b650be19ff82f04ff56662))
### 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/7704e0e970276ebcd8bfefe34bf153f82108a11e))
# [1.3.0](https://github.com/valor-software/ng2-file-upload/compare/v1.2.0...v1.3.0) (2021-08-31)

View File

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

View File

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