From d3d3c4ac67226690bd42ffb2b6c67c80e3e289b5 Mon Sep 17 00:00:00 2001 From: Richard Petersen <richard.petersen@open-xchange.com> Date: Tue, 13 Sep 2022 09:34:32 +0200 Subject: [PATCH] Release 1.4.1 --- CHANGELOG.md | 9 ++++++++- helm/core-ui-middleware/Chart.yaml | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f02a82b..2b9e3d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.4.1] - 2022-09-13 + +### Fixed + +- UI-Middleware responds with a 404 when the trailing slash is not found [`1690559`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/16905598879cb9a706c7cdfbedc9270baf9b0ab8) + ## [1.4.0] - 2022-09-09 ### Added @@ -134,7 +140,7 @@ All notable changes to this project will be documented in this file. - Start changelog -[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.4.0...main +[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.4.1...main [1.3.5]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.3...1.3.5 [1.3.4]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.3...1.3.4 [1.3.3]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.2...1.3.3 @@ -147,6 +153,7 @@ All notable changes to this project will be documented in this file. [1.1.236708]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.236707...1.1.236708 [1.1.236707]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.0...1.1.236707 +[1.4.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.4.0...1.4.1 [1.4.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/list...1.4.0 [1.3.8]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.7...1.3.8 [1.3.7]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.6...1.3.7 diff --git a/helm/core-ui-middleware/Chart.yaml b/helm/core-ui-middleware/Chart.yaml index bbcdf1c..06cfafb 100644 --- a/helm/core-ui-middleware/Chart.yaml +++ b/helm/core-ui-middleware/Chart.yaml @@ -21,7 +21,7 @@ version: 1.3.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.4.0" +appVersion: "1.4.1" dependencies: - name: ox-common version: 1.0.17 diff --git a/package.json b/package.json index 67f8946..ebd2d93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-xchange/ui-middleware", - "version": "1.4.0", + "version": "1.4.1", "description": "Provides a combined manifest.json", "type": "module", "main": "src/index.js", -- GitLab