From 656b03406ad68d7db4aee1ae0f6f74d01d43c6b1 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Wed, 24 Jul 2024 10:42:37 +0200 Subject: [PATCH] chore(CHANGELOG): update to v4.15.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60bd653..4ecf2b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to [camunda-bpmn-js](https://github.com/camunda/camunda-bpmn ___Note:__ Yet to be released changes appear here._ +## 4.15.0 + * `FIX`: safely remove message when changing template ([bpmn-io/bpmn-js-element-templates#111](https://github.com/bpmn-io/bpmn-js-element-templates/pull/111)) * `FIX`: remove existing event definition when applying template ([bpmn-io/bpmn-js-element-templates#111](https://github.com/bpmn-io/bpmn-js-element-templates/pull/111)) * `DEPS`: update to `bpmn-js-properties-panel@5.19.0`