From c0a2eaf1a99b83973de022fed046cd919c526fd8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Mar 2024 10:57:49 +0000 Subject: [PATCH] chore(release): 1.13.0 [skip ci] ## [1.13.0](https://github.com/zucchero-sintattico/piper-kt/compare/v1.12.0...v1.13.0) (2024-03-07) ### Features * **repo:** add spotless plugin ([#25](https://github.com/zucchero-sintattico/piper-kt/issues/25)) ([bc4569f](https://github.com/zucchero-sintattico/piper-kt/commit/bc4569f2a9675dde97276a9a515067312a4f18f1)) ### Bug Fixes * **ci:** adjust error in condition ([1d90c7e](https://github.com/zucchero-sintattico/piper-kt/commit/1d90c7e174ce8c3805c22c54c844623e6d066902)) * **repo:** bug in unrelated tasks -- should not be there ([2e656e4](https://github.com/zucchero-sintattico/piper-kt/commit/2e656e4d04101d19e7b62e5a28b98f006332a52b)) --- 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 477b659d..f3d6c2a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.13.0](https://github.com/zucchero-sintattico/piper-kt/compare/v1.12.0...v1.13.0) (2024-03-07) + + +### Features + +* **repo:** add spotless plugin ([#25](https://github.com/zucchero-sintattico/piper-kt/issues/25)) ([bc4569f](https://github.com/zucchero-sintattico/piper-kt/commit/bc4569f2a9675dde97276a9a515067312a4f18f1)) + + +### Bug Fixes + +* **ci:** adjust error in condition ([1d90c7e](https://github.com/zucchero-sintattico/piper-kt/commit/1d90c7e174ce8c3805c22c54c844623e6d066902)) +* **repo:** bug in unrelated tasks -- should not be there ([2e656e4](https://github.com/zucchero-sintattico/piper-kt/commit/2e656e4d04101d19e7b62e5a28b98f006332a52b)) + ## [1.12.0](https://github.com/zucchero-sintattico/piper-kt/compare/v1.11.0...v1.12.0) (2024-03-05) diff --git a/package-lock.json b/package-lock.json index ba5317c8..294d1d08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "piper-kt", - "version": "1.12.0", + "version": "1.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "piper-kt", - "version": "1.12.0", + "version": "1.13.0", "license": "GPL-3.0-or-later", "devDependencies": { "semantic-release-preconfigured-conventional-commits": "latest" diff --git a/package.json b/package.json index 2d81f4de..a08e2bf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piper-kt", - "version": "1.12.0", + "version": "1.13.0", "description": "A microservice chat app, kotlin based.", "main": "index.js", "scripts": {