From 725b69018509212d059d34bc3fc01178d0a35a58 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 30 Sep 2024 12:52:40 +0000 Subject: [PATCH] chore(release): v0.271.1 [skip ci] --- CHANGELOG.md | 20 +++++++++++--------- package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 391e28886e..c6c62c2ace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.271.1](https://github.com/rodekruis/IBF-system/compare/v0.271.0...v0.271.1) (2024-09-30) + + +### Bug Fixes + +* change scenario name 'default' to 'trigger' ([63f133b](https://github.com/rodekruis/IBF-system/commit/63f133b15f3717ae52ca61a30c4ee4dc9ebb0e05)) +* rename more occurences of 'default' ([da97514](https://github.com/rodekruis/IBF-system/commit/da97514ab665376160bef85106e33bd40b047efd)) +* switch mock path and body for migrated disaster-types ([e77a1e4](https://github.com/rodekruis/IBF-system/commit/e77a1e45ad5c0442e678d1d9123ca24042d7231f)) + + + # [0.271.0](https://github.com/rodekruis/IBF-system/compare/v0.270.2...v0.271.0) (2024-09-30) @@ -122,12 +133,3 @@ -## [0.268.9](https://github.com/rodekruis/IBF-system/compare/v0.268.8...v0.268.9) (2024-09-12) - - -### Bug Fixes - -* use unique id for for loop ([6b97886](https://github.com/rodekruis/IBF-system/commit/6b97886b1f088e2827f3a756cfdb7bf22c0730e2)) - - - diff --git a/package.json b/package.json index 7f73c71f56..2697b3102d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.271.0", + "version": "0.271.1", "private": true, "scripts": { "start:services": "docker compose up -d",