From 571de55de958d02655561cfe295b4ede2ef3669e Mon Sep 17 00:00:00 2001 From: Tobias Feijten Date: Tue, 23 Jan 2024 22:30:47 +0100 Subject: [PATCH] Prepare 3.5.0 release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0b0649..c7fd7f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v3.5.0 - 2024-01-23 +- Fix TypeScript error when verbatimModuleSyntax is enabled ([#476](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/476)) +- Define RoutesResponse as a Service ([#474](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/474)) +- Ignore session in stateless requests ([#468](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/468)) +- Add option to skip registering compile hooks ([#462](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/462)) + ## v3.4.1 - 2023-12-15 - fix: do not use BannerPlugin but newer webpack-inject-plugin instead to fix vulnerability