From 15a0655fbc7ad88440b206d6345c157b4a74a13c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:48:00 +0000 Subject: [PATCH] Update changelog for v11.0.1 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaca2d8..40852ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ rename `Unreleased` topic with the new version tag. Finally, create a new `Unrel ## Unreleased +## v11.0.1 + ### Bugfixes/improvements - Clean existing app build files before creating another build using the `neu build` command. - Support older Node versions by removing the optional chaining feature usage.