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": {