diff --git a/CHANGELOG.md b/CHANGELOG.md index ba5bef5da..8cfb80c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.0](https://github.com/zucchero-sintattico/piper-kt/compare/v1.7.0...v1.8.0) (2024-02-12) + + +### Features + +* **ci:** improve build, test and coverage ([c7861cd](https://github.com/zucchero-sintattico/piper-kt/commit/c7861cdedda46af36d864891fe0df8745e505e5e)) + ## [1.7.0](https://github.com/zucchero-sintattico/piper-kt/compare/v1.6.0...v1.7.0) (2024-02-12) diff --git a/package-lock.json b/package-lock.json index cf69be448..1f8c52192 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "piper-kt", - "version": "1.7.0", + "version": "1.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "piper-kt", - "version": "1.7.0", + "version": "1.8.0", "license": "GPL-3.0-or-later", "devDependencies": { "semantic-release-preconfigured-conventional-commits": "latest" diff --git a/package.json b/package.json index 8611d0c93..465f56d48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piper-kt", - "version": "1.7.0", + "version": "1.8.0", "description": "A microservice chat app, kotlin based.", "main": "index.js", "scripts": {