Skip to content

Commit

Permalink
chore(release): 6.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [6.3.0](v6.2.0...v6.3.0) (2024-05-10)

### Features

* **server-service:** add all server endpoints api responses and implemented owner leaving a server management ([435b94f](435b94f))
* **server-service:** add first endpoint specification ([9f5c31c](9f5c31c))
* **server-service:** add swagger ([91ac577](91ac577))
  • Loading branch information
semantic-release-bot committed May 10, 2024
1 parent 6dc6174 commit 4f78f9b
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 @@
## [6.3.0](https://github.com/zucchero-sintattico/piper-kt/compare/v6.2.0...v6.3.0) (2024-05-10)


### Features

* **server-service:** add all server endpoints api responses and implemented owner leaving a server management ([435b94f](https://github.com/zucchero-sintattico/piper-kt/commit/435b94faba26ea0a9f1403fa85105657002e7b70))
* **server-service:** add first endpoint specification ([9f5c31c](https://github.com/zucchero-sintattico/piper-kt/commit/9f5c31ce1e6742af43ef7d044f0c6cb144205f8c))
* **server-service:** add swagger ([91ac577](https://github.com/zucchero-sintattico/piper-kt/commit/91ac5779829b669fa7e2ee0e25b427a5a74d609d))

## [6.2.0](https://github.com/zucchero-sintattico/piper-kt/compare/v6.1.0...v6.2.0) (2024-05-10)


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

0 comments on commit 4f78f9b

Please sign in to comment.