Skip to content

Commit

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

### Bug Fixes

* **friendships-service:** fix http response body field to match frontend controller specification ([5937a23](5937a23))
* **friendships-service:** return id.value instead of object id in http responses ([751af4b](751af4b))
* **server-service:** fix ids in http dto in order to return id value instead object ref ([dae977a](dae977a))
  • Loading branch information
semantic-release-bot committed May 20, 2024
1 parent 751af4b commit b6ea76b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [7.1.1](https://github.com/zucchero-sintattico/piper-kt/compare/v7.1.0...v7.1.1) (2024-05-20)


### Bug Fixes

* **friendships-service:** fix http response body field to match frontend controller specification ([5937a23](https://github.com/zucchero-sintattico/piper-kt/commit/5937a231449e8c8caa5c1f72354ed6ca4ebc3837))
* **friendships-service:** return id.value instead of object id in http responses ([751af4b](https://github.com/zucchero-sintattico/piper-kt/commit/751af4b9ff71b639d63455ed17c04326f262fb02))
* **server-service:** fix ids in http dto in order to return id value instead object ref ([dae977a](https://github.com/zucchero-sintattico/piper-kt/commit/dae977a3c58d38c574a2df97f4472dc5759637ab))

## [7.1.0](https://github.com/zucchero-sintattico/piper-kt/compare/v7.0.0...v7.1.0) (2024-05-18)


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.0",
"version": "7.1.1",
"description": "A microservice chat app, kotlin based.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b6ea76b

Please sign in to comment.