From 29d43172678d9ff19d352e812b61f3ed909087f8 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 12 Aug 2024 14:03:08 +0000 Subject: [PATCH] chore(release): v0.266.4 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 147c6d70a..fc86774f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.266.4](https://github.com/rodekruis/IBF-system/compare/v0.266.3...v0.266.4) (2024-08-12) + + +### Bug Fixes + +* remove debug variable ([58261f4](https://github.com/rodekruis/IBF-system/commit/58261f4d7c30a4bcb9b92786e5f7081c2a9807ae)) + + + ## [0.266.3](https://github.com/rodekruis/IBF-system/compare/v0.266.2...v0.266.3) (2024-08-01) @@ -129,12 +138,3 @@ -## [0.263.2](https://github.com/rodekruis/IBF-system/compare/v0.263.1...v0.263.2) (2024-07-04) - - -### Bug Fixes - -* refactor AB[#22947](https://github.com/rodekruis/IBF-system/issues/22947) [#1439](https://github.com/rodekruis/IBF-system/issues/1439) ([f74858b](https://github.com/rodekruis/IBF-system/commit/f74858b0808c7eeaa864ebb74dc97b11f4b27b5f)) - - - diff --git a/package.json b/package.json index dddec8f09..5711ea33a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.266.3", + "version": "0.266.4", "private": true, "scripts": { "start:services": "docker compose up -d",