Skip to content

Commit

Permalink
chore(release): 1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.0](v1.9.1...v1.10.0) (2024-02-24)

### Features

* **ddd:** add servers and channel concept in domain ([b41b046](b41b046))
* **ddd:** add users concept in domain ([888983a](888983a))
* **ddd:** init with glossary ([d398107](d398107))
* **repo:** add common concept package ([97c3dda](97c3dda))
  • Loading branch information
semantic-release-bot committed Feb 24, 2024
1 parent 6238575 commit 3da0678
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.10.0](https://github.com/zucchero-sintattico/piper-kt/compare/v1.9.1...v1.10.0) (2024-02-24)


### Features

* **ddd:** add servers and channel concept in domain ([b41b046](https://github.com/zucchero-sintattico/piper-kt/commit/b41b0461339970a08cf0dec4f127e27fd7317757))
* **ddd:** add users concept in domain ([888983a](https://github.com/zucchero-sintattico/piper-kt/commit/888983a03de26d75bb7280a6b841f74a8b9c4213))
* **ddd:** init with glossary ([d398107](https://github.com/zucchero-sintattico/piper-kt/commit/d398107d0df5f1a26ebf4413a55638c382795f4e))
* **repo:** add common concept package ([97c3dda](https://github.com/zucchero-sintattico/piper-kt/commit/97c3dda8e38b99518c46fb5accc2ad85cb7009ce))

## [1.9.1](https://github.com/zucchero-sintattico/piper-kt/compare/v1.9.0...v1.9.1) (2024-02-22)


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

0 comments on commit 3da0678

Please sign in to comment.