diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 161f69cd8..5dc9dfb99 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -8,6 +8,9 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/main[co == Unreleased + +== v3.0.4 (2024-02-12) + Bug Fixes:: * Default condition should be last one in conditional exports otherwise the following error is thrown: "Module not found: Error: Default condition should be last one" (#1722) - thanks @roseckyj & @korva