From fb188bfe352ccd7ecff06c08eca05fed47f30de4 Mon Sep 17 00:00:00 2001 From: Tobias Feijten Date: Fri, 1 Jul 2022 13:50:22 +0200 Subject: [PATCH] Prepare 3.2.1 release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92537f6..0063ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v3.2.1 - 2022-07-01 +- fix for webpack plugin: fosRoute.json dir created at root ([#443](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/443)) + ## v3.2.0 - 2022-06-30 - [BC break] Use Symfony Flex default path. Will break if you're still using the `web` directory and not defining the path ([#433](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/433)) - Add webpack plugin to automatically load the routes with no user interactions ([#429](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/429))