From 43aeb17e3dc0ef1f7641450e540d7ddae0fe3d88 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Apr 2024 13:37:27 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] ## [2.1.0](https://github.com/zucchero-sintattico/piper-kt/compare/v2.0.0...v2.1.0) (2024-04-15) ### Features * **events:** import kafka and implement kafka clients ([d54a10d](https://github.com/zucchero-sintattico/piper-kt/commit/d54a10d488b38b9a37c26637ce5ff43275341ffe)) * merge main into microservice branch ([fa15428](https://github.com/zucchero-sintattico/piper-kt/commit/fa15428dcb191f994a7c95e473b890f401b980b8)) * **messages:** implement messages repository ([7e46558](https://github.com/zucchero-sintattico/piper-kt/commit/7e4655852aced9fba7f8c5d9363f2e396167e741)) ### Bug Fixes * **channel-service:** implement event publishing and fix mocks in tests ([a3a7906](https://github.com/zucchero-sintattico/piper-kt/commit/a3a790666fa15e8d4e2481d160e9ee64e39f0702)) * **repository:** fix bugs and add tests to repository ([b63a635](https://github.com/zucchero-sintattico/piper-kt/commit/b63a63596b94f9299b57b7bc65ab04f81f14488c)) * **server-service:** implement event publishing and fix mocks in tests ([f18c74f](https://github.com/zucchero-sintattico/piper-kt/commit/f18c74ff00e2614a00324510bdcf35a3d5756362)) * **service-tests:** refactor basic class test ([2c6f353](https://github.com/zucchero-sintattico/piper-kt/commit/2c6f353fdb9cff4e1f9d74c257e89ec261b2ed23)) * **test:** remove template refuse ([472d728](https://github.com/zucchero-sintattico/piper-kt/commit/472d7287201c6ddfdb286453b545de9ea0eb6561)) --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eba5e70..38c62f78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [2.1.0](https://github.com/zucchero-sintattico/piper-kt/compare/v2.0.0...v2.1.0) (2024-04-15) + + +### Features + +* **events:** import kafka and implement kafka clients ([d54a10d](https://github.com/zucchero-sintattico/piper-kt/commit/d54a10d488b38b9a37c26637ce5ff43275341ffe)) +* merge main into microservice branch ([fa15428](https://github.com/zucchero-sintattico/piper-kt/commit/fa15428dcb191f994a7c95e473b890f401b980b8)) +* **messages:** implement messages repository ([7e46558](https://github.com/zucchero-sintattico/piper-kt/commit/7e4655852aced9fba7f8c5d9363f2e396167e741)) + + +### Bug Fixes + +* **channel-service:** implement event publishing and fix mocks in tests ([a3a7906](https://github.com/zucchero-sintattico/piper-kt/commit/a3a790666fa15e8d4e2481d160e9ee64e39f0702)) +* **repository:** fix bugs and add tests to repository ([b63a635](https://github.com/zucchero-sintattico/piper-kt/commit/b63a63596b94f9299b57b7bc65ab04f81f14488c)) +* **server-service:** implement event publishing and fix mocks in tests ([f18c74f](https://github.com/zucchero-sintattico/piper-kt/commit/f18c74ff00e2614a00324510bdcf35a3d5756362)) +* **service-tests:** refactor basic class test ([2c6f353](https://github.com/zucchero-sintattico/piper-kt/commit/2c6f353fdb9cff4e1f9d74c257e89ec261b2ed23)) +* **test:** remove template refuse ([472d728](https://github.com/zucchero-sintattico/piper-kt/commit/472d7287201c6ddfdb286453b545de9ea0eb6561)) + ## [2.0.0](https://github.com/zucchero-sintattico/piper-kt/compare/v1.13.1...v2.0.0) (2024-04-15) diff --git a/package-lock.json b/package-lock.json index bc938846..b733f40d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "piper-kt", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "piper-kt", - "version": "2.0.0", + "version": "2.1.0", "license": "GPL-3.0-or-later", "devDependencies": { "semantic-release-preconfigured-conventional-commits": "latest" diff --git a/package.json b/package.json index 3369ccf0..45a972a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piper-kt", - "version": "2.0.0", + "version": "2.1.0", "description": "A microservice chat app, kotlin based.", "main": "index.js", "scripts": {