From ba8746a9eb1dac38c98a6532805443e9a11e615b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 07:58:05 +0000 Subject: [PATCH] Update changelog for v10.0.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a213c2b..a3a7d09 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 +## v10.0.0 + ### Core: frontend-library-based development Added new configuration options to the `cli.frontendLibrary` key of the `neutralino.config.json`: - `projectPath`: Sets the project path of the frontend-library project. This path will be used as the current directory while executing the frontend-app-related commands.