From 38b0da9d8f7f4376192f5499132a5f2579a99507 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 25 Sep 2023 12:22:50 +0000 Subject: [PATCH] chore(release): v0.258.9 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d23b75b4f..4469a5d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.258.9](https://github.com/rodekruis/IBF-system/compare/v0.258.8...v0.258.9) (2023-09-25) + + +### Bug Fixes + +* process every-time-returning migrations AB[#23790](https://github.com/rodekruis/IBF-system/issues/23790) ([9be6f3d](https://github.com/rodekruis/IBF-system/commit/9be6f3d10bdc4fac58be1771e70b1fe450ca42f4)) + + + ## [0.258.8](https://github.com/rodekruis/IBF-system/compare/v0.258.7...v0.258.8) (2023-09-25) @@ -103,12 +112,3 @@ -## [0.257.3](https://github.com/rodekruis/IBF-system/compare/v0.257.2...v0.257.3) (2023-08-21) - - -### Bug Fixes - -* install axios dependency AB[#23122](https://github.com/rodekruis/IBF-system/issues/23122) ([f4c094e](https://github.com/rodekruis/IBF-system/commit/f4c094ee20863f35b5347c908944323ae44ca6c3)) - - - diff --git a/package.json b/package.json index 40ed03b01..bae49edde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.258.8", + "version": "0.258.9", "private": true, "scripts": { "start:services": "docker compose up -d",