From 76a3a2b3f6cae0772d7174042a21f1b498445bc8 Mon Sep 17 00:00:00 2001 From: Rick Barenthin Date: Wed, 1 Jun 2022 22:35:07 +0000 Subject: [PATCH] [CI SKIP] version and changelog update --- .version.json | 4 ++-- CHANGELOG.md | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.version.json b/.version.json index 3d17435..78b9e02 100644 --- a/.version.json +++ b/.version.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", - "sha": "3fe3a2a", + "version": "0.1.1", + "sha": "dc2e644", "url": "https://git.riba-interactive.de/rick/waitui" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b0373b4..17b1ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ---- +## [0.1.1](https://git.riba-interactive.de/rick/waitui/compare/3fe3a2a...dc2e644) (2022-06-01) + + +### Bug fixes 🩹 + +* **conventi:** fix `conventi.sh` function `get_commit_body()` ([dc2e644](https://git.riba-interactive.de/rick/waitui/commit/dc2e644)) + ## [0.1.0](https://git.riba-interactive.de/rick/waitui/compare/dafd1ae...3fe3a2a) (2022-06-01)