From 62fc0a0a4b9296bb541fbe8c58cd51255a8642cc Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 25 Sep 2023 07:21:23 +0000 Subject: [PATCH] chore(release): v0.258.8 [skip ci] --- CHANGELOG.md | 21 +++++++++------------ package.json | 2 +- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d3bf2bb..d23b75b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.258.8](https://github.com/rodekruis/IBF-system/compare/v0.258.7...v0.258.8) (2023-09-25) + + +### Bug Fixes + +* rm redcross layer again AB[#23770](https://github.com/rodekruis/IBF-system/issues/23770) ([b983741](https://github.com/rodekruis/IBF-system/commit/b98374151aa1c50e45034462483279c84b2ab0b8)) + + + ## [0.258.7](https://github.com/rodekruis/IBF-system/compare/v0.258.6...v0.258.7) (2023-09-22) @@ -103,15 +112,3 @@ -## [0.257.2](https://github.com/rodekruis/IBF-system/compare/v0.257.1...v0.257.2) (2023-08-21) - - -### Bug Fixes - -* changes needed after upgrade AB[#23109](https://github.com/rodekruis/IBF-system/issues/23109) ([372ea7e](https://github.com/rodekruis/IBF-system/commit/372ea7ed04515a1f2ac183dde1b91e69fd36a00d)) -* no recompile on save AB[#23131](https://github.com/rodekruis/IBF-system/issues/23131) ([f3ade0d](https://github.com/rodekruis/IBF-system/commit/f3ade0df20c1474bf04d2a0e79cf81136b8cfee8)) -* upgrade eslint-plugin-jest AB[#23109](https://github.com/rodekruis/IBF-system/issues/23109) ([a0200c8](https://github.com/rodekruis/IBF-system/commit/a0200c82bd2c6e5957da6a205ebd390688cc62f4)) -* upgrade eslint-plugin-jest AB[#23109](https://github.com/rodekruis/IBF-system/issues/23109) ([efae2e9](https://github.com/rodekruis/IBF-system/commit/efae2e90e7c9df74bd293ac4ad1564b03fb1b9e6)) - - - diff --git a/package.json b/package.json index b0d60db17..40ed03b01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.258.7", + "version": "0.258.8", "private": true, "scripts": { "start:services": "docker compose up -d",