From f3591143c62b30cbe5ca6b68c1125e680396dc4d Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 29 Sep 2023 08:09:45 +0000 Subject: [PATCH] chore(release): v0.258.11 [skip ci] --- CHANGELOG.md | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d94af000a..dfa30f5a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.258.11](https://github.com/rodekruis/IBF-system/compare/v0.258.10...v0.258.11) (2023-09-29) + + +### Bug Fixes + +* change flash-floods mock ongoing to warning AB[#23822](https://github.com/rodekruis/IBF-system/issues/23822) ([419a55b](https://github.com/rodekruis/IBF-system/commit/419a55b2f691544aa315f2272da085dc39398b4c)) +* show no exposed assets if non-triggered AB[#23877](https://github.com/rodekruis/IBF-system/issues/23877) ([c6ef96a](https://github.com/rodekruis/IBF-system/commit/c6ef96a5e195221b32ef383ae6bd69970f227c35)) + + + ## [0.258.10](https://github.com/rodekruis/IBF-system/compare/v0.258.9...v0.258.10) (2023-09-29) @@ -93,13 +103,3 @@ -## [0.258.1](https://github.com/rodekruis/IBF-system/compare/v0.258.0...v0.258.1) (2023-08-25) - - -### Bug Fixes - -* update VM_SETUP.md AB[#23341](https://github.com/rodekruis/IBF-system/issues/23341) ([8592baf](https://github.com/rodekruis/IBF-system/commit/8592baf48dfb1e95af2cf85ab154c56284f4992c)) -* use inbuilt docker compose AB[#23107](https://github.com/rodekruis/IBF-system/issues/23107) ([6c96e28](https://github.com/rodekruis/IBF-system/commit/6c96e282616891a700e31b826692bb08fd3bf667)) - - - diff --git a/package.json b/package.json index 0bbc4f980..2dae9ec79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.258.10", + "version": "0.258.11", "private": true, "scripts": { "start:services": "docker compose up -d",