Skip to content

Commit

Permalink
chore(release): 7.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [7.2.0](v7.1.1...v7.2.0) (2024-05-20)

### Features

* **users-api:** exposed login and refresh endpoint in openapi ([7d0a040](7d0a040))

### Bug Fixes

* **users:** added email field in controller that was unused ([55b7ac6](55b7ac6))
  • Loading branch information
semantic-release-bot authored and Ro0t-set committed May 20, 2024
1 parent 3d1f6f7 commit e83acfe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [7.2.0](https://github.com/zucchero-sintattico/piper-kt/compare/v7.1.1...v7.2.0) (2024-05-20)


### Features

* **users-api:** exposed login and refresh endpoint in openapi ([7d0a040](https://github.com/zucchero-sintattico/piper-kt/commit/7d0a040960475ca99d7749632ad5212397213289))


### Bug Fixes

* **users:** added email field in controller that was unused ([55b7ac6](https://github.com/zucchero-sintattico/piper-kt/commit/55b7ac63d5944f73cb8cc68d2132494c4061031a))

## [7.1.1](https://github.com/zucchero-sintattico/piper-kt/compare/v7.1.0...v7.1.1) (2024-05-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": "piper-kt",
"version": "7.1.1",
"version": "7.2.0",
"description": "A microservice chat app, kotlin based.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e83acfe

Please sign in to comment.