Skip to content

Commit

Permalink
chore(release): 0.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Oct 23, 2023
1 parent 078612f commit a201eaf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.10.0](https://github.com/unipoll/angular/compare/v0.9.7...v0.10.0) (2023-10-23)


### Bug Fixes

* Removed getPolicy request ([f076945](https://github.com/unipoll/angular/commit/f076945eccf6179fe1583aea1b1fc91167ecf136))
* Specified node version in docker file ([44d2615](https://github.com/unipoll/angular/commit/44d26151b9a9d4dde144fd42c62f1d4f54e61fe8))
* Updated policy requests ([de4be2f](https://github.com/unipoll/angular/commit/de4be2fb89bdd569eae8d74cf36c1fd8cc6f84f4))


### Features

* Added get user account functionality ([cb04e95](https://github.com/unipoll/angular/commit/cb04e95457e211011a0ca700c34ddeef340fe537))

## [0.9.7](https://github.com/unipoll/angular/compare/v0.9.6...v0.9.7) (2023-10-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
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",
Expand Down

0 comments on commit a201eaf

Please sign in to comment.