diff --git a/CHANGELOG.md b/CHANGELOG.md index 43870d8..ddd783a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.9.3](https://github.com/unipoll/angular/compare/v0.9.2...v0.9.3) (2023-10-19) + + +### Bug Fixes + +* Release package ([6341c4c](https://github.com/unipoll/angular/commit/6341c4c8a34e547db6d01b8c9804794feb2fb06d)) + + +### Reverts + +* The action does not work with App credentials ([a4209d2](https://github.com/unipoll/angular/commit/a4209d2962ae3f734e5bde6bf82e6fb22716f26d)) + ## [0.9.2](https://github.com/unipoll/angular/compare/v0.9.1...v0.9.2) (2023-10-02) diff --git a/package-lock.json b/package-lock.json index 139bb43..c52b907 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unipoll-app", - "version": "0.9.2", + "version": "0.9.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "unipoll-app", - "version": "0.9.2", + "version": "0.9.3", "dependencies": { "@angular-devkit/build-angular": "^16.2.1", "@angular/animations": "^16.2.3", diff --git a/package.json b/package.json index 026a63f..aeab938 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unipoll-app", - "version": "0.9.2", + "version": "0.9.3", "scripts": { "ng": "ng", "start": "ng serve",