From 0ac0e5f71d08b68ddea51a2d909431c4f7941ea0 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 25 Nov 2024 14:48:48 +0000 Subject: [PATCH] chore(release): v0.276.3 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a9aa340e..c85e5a1f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.276.3](https://github.com/rodekruis/IBF-system/compare/v0.276.2...v0.276.3) (2024-11-25) + + +### Bug Fixes + +* reflect 'reboot VM' in VM_SETUP + use this as test PR ([442bc8a](https://github.com/rodekruis/IBF-system/commit/442bc8a7c9fadebde879a3fbd560607391e846ad)) + + + ## [0.276.2](https://github.com/rodekruis/IBF-system/compare/v0.276.1...v0.276.2) (2024-11-25) @@ -107,12 +116,3 @@ -## [0.274.1](https://github.com/rodekruis/IBF-system/compare/v0.274.0...v0.274.1) (2024-10-21) - - -### Bug Fixes - -* empty thirdLine in date-button ([6588390](https://github.com/rodekruis/IBF-system/commit/6588390de4a74044691371800550d9803627d8c4)) - - - diff --git a/package.json b/package.json index c4f4bb1bd..2eb67ee86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.276.2", + "version": "0.276.3", "private": true, "scripts": { "start:services": "docker compose up -d",