-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.10.0](v0.9.7...v0.10.0) (2023-10-23) ### Bug Fixes * Removed getPolicy request ([f076945](f076945)) * Specified node version in docker file ([44d2615](44d2615)) * Updated policy requests ([de4be2f](de4be2f)) ### Features * Added get user account functionality ([cb04e95](cb04e95))
- Loading branch information
1 parent
078612f
commit a201eaf
Showing
3 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "unipoll-app", | ||
"version": "0.9.7", | ||
"version": "0.10.0", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
|