Revert "chore(changelog): update [skip ci]"

This commit is contained in:
SvetlanaMuravlova
2022-12-08 17:46:55 +02:00
parent ed4bb8ec2a
commit c45afd1046
2 changed files with 2 additions and 6 deletions

View File

@@ -1,7 +1,3 @@
# [3.0.0](https://github.com/valor-software/ng2-file-upload/compare/v2.0.0...v3.0.0) (2022-12-08)
# [2.0.0](https://github.com/valor-software/ng2-file-upload/compare/v2.0.0-3...v2.0.0) (2022-12-08) # [2.0.0](https://github.com/valor-software/ng2-file-upload/compare/v2.0.0-3...v2.0.0) (2022-12-08)

View File

@@ -1,6 +1,6 @@
{ {
"name": "ng2-file-upload-base", "name": "ng2-file-upload-base",
"version": "3.0.0", "version": "2.0.0-3",
"private": true, "private": true,
"description": "Angular file upload directives", "description": "Angular file upload directives",
"scripts": { "scripts": {
@@ -8,7 +8,7 @@
"start": "ng serve", "start": "ng serve",
"demo.build": "ng build", "demo.build": "ng build",
"demo.build-prod": "ng build", "demo.build-prod": "ng build",
"build": "nx run ng2-file-upload:build --prod", "build": "nx run ng2-file-upload:build",
"build-prod": "nx run ng2-file-upload:build", "build-prod": "nx run ng2-file-upload:build",
"lint": "nx run-many --target=lint --all", "lint": "nx run-many --target=lint --all",
"test": "nx run-many --target=test --all", "test": "nx run-many --target=test --all",