diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8b1d83..fad846c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.1.1](https://github.com/zucchero-sintattico/piper-kt/compare/v9.1.0...v9.1.1) (2024-06-22) + + +### Bug Fixes + +* **report:** change config.mts file in order to index user stories section correctly ([a6410eb](https://github.com/zucchero-sintattico/piper-kt/commit/a6410ebf1b1580e63b8d29f06a85da5321f6a376)) + ## [9.1.0](https://github.com/zucchero-sintattico/piper-kt/compare/v9.0.0...v9.1.0) (2024-06-22) diff --git a/package-lock.json b/package-lock.json index b50c00e2..be1070fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "piper-kt", - "version": "9.1.0", + "version": "9.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "piper-kt", - "version": "9.1.0", + "version": "9.1.1", "license": "GPL-3.0-or-later", "devDependencies": { "semantic-release-preconfigured-conventional-commits": "latest" diff --git a/package.json b/package.json index 731d689a..820d396f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piper-kt", - "version": "9.1.0", + "version": "9.1.1", "description": "A microservice chat app, kotlin based.", "main": "index.js", "scripts": {