From c053ee992332f4eabd0d991207510c31873535c2 Mon Sep 17 00:00:00 2001 From: Johannes Doberer Date: Fri, 29 Nov 2024 13:59:22 +0100 Subject: [PATCH] container release v1.5.0 (#4049) --- container/CHANGELOG.md | 11 ++++++++++- container/public/package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/container/CHANGELOG.md b/container/CHANGELOG.md index 18f706afdc..a20add38bb 100644 --- a/container/CHANGELOG.md +++ b/container/CHANGELOG.md @@ -4,6 +4,14 @@ +## [v1.5.0] (2024-11-29) + +#### :rocket: Added + +* [#4031](https://github.com/SAP/luigi/pull/4031) Adds possibility to change route/viewUrl in iframe based mfe ([@walmazacn](https://github.com/walmazacn)) + + + ## [v1.4.0] (2024-11-05) #### :rocket: Added @@ -54,4 +62,5 @@ [v1.1.0]: https://github.com/SAP/luigi/compare/container/v1.0.0...container/v1.1.0 [v1.2.0]: https://github.com/SAP/luigi/compare/container/v1.1.0...container/v1.2.0 [v1.3.0]: https://github.com/SAP/luigi/compare/container/v1.2.0...container/v1.3.0 -[v1.4.0]: https://github.com/SAP/luigi/compare/container/v1.3.0...container/v1.4.0 \ No newline at end of file +[v1.4.0]: https://github.com/SAP/luigi/compare/container/v1.3.0...container/v1.4.0 +[v1.5.0]: https://github.com/SAP/luigi/compare/container/v1.4.0...container/v1.5.0 \ No newline at end of file diff --git a/container/public/package.json b/container/public/package.json index 58a0e2e444..01d4c2af6b 100644 --- a/container/public/package.json +++ b/container/public/package.json @@ -20,5 +20,5 @@ "micro-frontends", "microfrontends" ], - "version": "1.4.0" + "version": "1.5.0" } \ No newline at end of file