From 18e3ff44383a5d4886ff5c8db99e8526d70874bd Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Wed, 21 Feb 2024 16:13:29 +0100 Subject: [PATCH] chore(CHANGELOG): update to v14.1.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c0fe7d5d..bab095df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ All notable changes to [diagram-js](https://github.com/bpmn-io/diagram-js) are d _**Note:** Yet to be released changes appear here._ +## 14.1.0 + +* `FEAT`: add ability to refresh popup menu ([#804](https://github.com/bpmn-io/diagram-js/issues/804)) +* `DEPS`: update to `clsx@2.1.0` + ## 14.0.0 * `FEAT`: add to selection through SHIFT ([#851](https://github.com/bpmn-io/diagram-js/pull/851))