From ddd33e28659d6a543a81504739e97b66b7656858 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 10 Sep 2024 08:34:01 +0000 Subject: [PATCH] chore(release): v0.268.6 [skip ci] --- CHANGELOG.md | 19 +++++++++---------- package.json | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5200d12..e8d06180a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.268.6](https://github.com/rodekruis/IBF-system/compare/v0.268.5...v0.268.6) (2024-09-10) + + +### Bug Fixes + +* logos should stack horizontally and not vertically ([68c7c05](https://github.com/rodekruis/IBF-system/commit/68c7c05acbb8965cbe2a419e922ae10cabb94d70)) + + + ## [0.268.5](https://github.com/rodekruis/IBF-system/compare/v0.268.4...v0.268.5) (2024-09-10) @@ -93,13 +102,3 @@ -## [0.266.2](https://github.com/rodekruis/IBF-system/compare/v0.266.1...v0.266.2) (2024-08-01) - - -### Bug Fixes - -* email design review changes ([b30c9cf](https://github.com/rodekruis/IBF-system/commit/b30c9cf7f022237d79e5c116e464136094fc839e)) -* update email copy ([054219f](https://github.com/rodekruis/IBF-system/commit/054219ff86edd4328e83efc22b7d4c842a64cb1e)) - - - diff --git a/package.json b/package.json index 2ac432cb5..ccbff0fe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.268.5", + "version": "0.268.6", "private": true, "scripts": { "start:services": "docker compose up -d",