From 3a48f798d9418e23643524bb254450fc63dc4098 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Thu, 7 Mar 2024 11:04:05 +0100 Subject: [PATCH] chore(CHANGELOG): update to v9.0.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ea3981..76f202e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ All notable changes to [bpmn-moddle](https://github.com/bpmn-io/bpmn-moddle) are ___Note:__ Yet to be released changes appear here._ +## 9.0.0 + +* `FEAT`: add `exports` configuration ([#111](https://github.com/bpmn-io/bpmn-moddle/pull/111)) +* `FIX`: remove broken `main` export ([#111](https://github.com/bpmn-io/bpmn-moddle/pull/111)) +* `CHORE`: drop UMD distribution ([#110](https://github.com/bpmn-io/bpmn-moddle/pull/110)) +* `CHORE`: turn into ES module ([#111](https://github.com/bpmn-io/bpmn-moddle/pull/111)) +* `CHORE`: require Node >= 16 +* `DEPS`: update to `moddle@7.0.0` ([#109](https://github.com/bpmn-io/bpmn-moddle/pull/109)) +* `DEPS`: update to `moddle-xml@11.0.0` ([#109](https://github.com/bpmn-io/bpmn-moddle/pull/109)) + ## 8.1.0 * `DEPS`: update to `moddle@6.2.3`