From 51c3c2042c219cd9643e5627cc771603cc0201fb Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Tue, 5 Mar 2024 11:29:57 +0100 Subject: [PATCH] chore(CHANGELOG): update to v10.0.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c00fb..6ac7ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ All notable changes to [saxen](https://github.com/nikku/saxen) are documented he ___Note:__ Yet to be released changes appear here._ +## 10.0.0 + +* `FEAT`: turn into ES module +* `CHORE`: require `Node >= 18` +* `CHORE`: drop UMD distribution + +### Breaking Changes + +* No longer ships UMD distribution +* Requires `Node >= 18` + ## 9.0.0 * `FEAT`: do not transform `xsi:type` attribute contents ([#23](https://github.com/nikku/saxen/pull/23))