From 8486eb618ee4e2e8e3aba9a548cb18ba3618916d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 May 2024 17:16:08 +0000 Subject: [PATCH] chore(release): 6.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [6.0.0](https://github.com/zucchero-sintattico/piper-kt/compare/v5.0.0...v6.0.0) (2024-05-07) ### ⚠ BREAKING CHANGES * **project:** cleanup micronaut configurations and dependencies, fixed micronaut problems with serializations ### Features * **project:** cleanup micronaut configurations and dependencies, fixed micronaut problems with serializations ([9c58d74](https://github.com/zucchero-sintattico/piper-kt/commit/9c58d7461823d05e28796f3eec9d999908e68643)) --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad112656..9e385d73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [6.0.0](https://github.com/zucchero-sintattico/piper-kt/compare/v5.0.0...v6.0.0) (2024-05-07) + + +### ⚠ BREAKING CHANGES + +* **project:** cleanup micronaut configurations and dependencies, fixed micronaut problems with serializations + +### Features + +* **project:** cleanup micronaut configurations and dependencies, fixed micronaut problems with serializations ([9c58d74](https://github.com/zucchero-sintattico/piper-kt/commit/9c58d7461823d05e28796f3eec9d999908e68643)) + ## [5.0.0](https://github.com/zucchero-sintattico/piper-kt/compare/v4.1.0...v5.0.0) (2024-05-06) diff --git a/package-lock.json b/package-lock.json index e54dc458..5ed35787 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "piper-kt", - "version": "5.0.0", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "piper-kt", - "version": "5.0.0", + "version": "6.0.0", "license": "GPL-3.0-or-later", "devDependencies": { "semantic-release-preconfigured-conventional-commits": "latest" diff --git a/package.json b/package.json index 0f07facc..4f5c348c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piper-kt", - "version": "5.0.0", + "version": "6.0.0", "description": "A microservice chat app, kotlin based.", "main": "index.js", "scripts": {