From 9ed7f9632d2ca969ca4293fb5bceabe58b746a38 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Mar 2024 16:47:13 +0000 Subject: [PATCH] chore(release): 1.12.0 [skip ci] ## [1.12.0](https://github.com/zucchero-sintattico/piper-kt/compare/v1.11.0...v1.12.0) (2024-03-05) ### Features * **build:** add dependencies for micronaut ([5834bac](https://github.com/zucchero-sintattico/piper-kt/commit/5834bacd1f2bc253b002b1dea2a4e5f73c467023)) * **build:** add java version of gradle API ([bc17fc0](https://github.com/zucchero-sintattico/piper-kt/commit/bc17fc0e06fd79f372b6f13818c658c98e13e828)) ### Bug Fixes * **style:** corrected kfmtm and detekt errors ([19d9d70](https://github.com/zucchero-sintattico/piper-kt/commit/19d9d70a45bdec4de36565caa2c8a1afae76c05e)) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf6672a0d..477b659d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.12.0](https://github.com/zucchero-sintattico/piper-kt/compare/v1.11.0...v1.12.0) (2024-03-05) + + +### Features + +* **build:** add dependencies for micronaut ([5834bac](https://github.com/zucchero-sintattico/piper-kt/commit/5834bacd1f2bc253b002b1dea2a4e5f73c467023)) +* **build:** add java version of gradle API ([bc17fc0](https://github.com/zucchero-sintattico/piper-kt/commit/bc17fc0e06fd79f372b6f13818c658c98e13e828)) + + +### Bug Fixes + +* **style:** corrected kfmtm and detekt errors ([19d9d70](https://github.com/zucchero-sintattico/piper-kt/commit/19d9d70a45bdec4de36565caa2c8a1afae76c05e)) + ## [1.11.0](https://github.com/zucchero-sintattico/piper-kt/compare/v1.10.0...v1.11.0) (2024-02-25) diff --git a/package-lock.json b/package-lock.json index 03a3ec52e..ba5317c83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "piper-kt", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "piper-kt", - "version": "1.11.0", + "version": "1.12.0", "license": "GPL-3.0-or-later", "devDependencies": { "semantic-release-preconfigured-conventional-commits": "latest" diff --git a/package.json b/package.json index fed86e684..2d81f4de8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piper-kt", - "version": "1.11.0", + "version": "1.12.0", "description": "A microservice chat app, kotlin based.", "main": "index.js", "scripts": {