diff --git a/CHANGELOG.md b/CHANGELOG.md index 187005ca3..ee28d8bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [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)) + + + # [0.258.0](https://github.com/rodekruis/IBF-system/compare/v0.257.3...v0.258.0) (2023-08-21) @@ -114,22 +124,3 @@ -# [0.254.0](https://github.com/rodekruis/IBF-system/compare/v0.253.0...v0.254.0) (2023-08-09) - - -### Bug Fixes - -* make btns tertiary AB[#22950](https://github.com/rodekruis/IBF-system/issues/22950) ([54c6f3d](https://github.com/rodekruis/IBF-system/commit/54c6f3d2a1257011c7450ea697d551834c63edd5)) -* no text if no actions defined at all AB[#22989](https://github.com/rodekruis/IBF-system/issues/22989) ([6026ba8](https://github.com/rodekruis/IBF-system/commit/6026ba8bd7a9743b8e0d918903fe746fb6cf0a7b)) -* no timestamp in speech bubble AB[#22947](https://github.com/rodekruis/IBF-system/issues/22947) ([e9b567a](https://github.com/rodekruis/IBF-system/commit/e9b567a8c62cd20a617f99d6117e904c0d2ed25b)) -* show today's date AB[#22948](https://github.com/rodekruis/IBF-system/issues/22948) ([5c72f2d](https://github.com/rodekruis/IBF-system/commit/5c72f2d1ec1a141db6d427bbdd457362db1381a8)) - - -### Features - -* disable stop trigger for flash-floods AB[#20135](https://github.com/rodekruis/IBF-system/issues/20135) ([a1acfd3](https://github.com/rodekruis/IBF-system/commit/a1acfd34c14ad79a33be3534f1e2a0545a5f4567)) -* only show btn if too late AB[#22949](https://github.com/rodekruis/IBF-system/issues/22949) ([6e3109a](https://github.com/rodekruis/IBF-system/commit/6e3109a6c6163f3edf8da2f3c8d0447fc7d4485a)) -* tooltip with explanation of why too late AB[#22949](https://github.com/rodekruis/IBF-system/issues/22949) ([41de773](https://github.com/rodekruis/IBF-system/commit/41de773242b6c3ec9cbe69ced8b38748145413db)) - - - diff --git a/package.json b/package.json index b5c793b19..8625b943c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.258.0", + "version": "0.258.1", "private": true, "scripts": { "start:services": "docker compose up -d",