diff --git a/CHANGELOG.md b/CHANGELOG.md index 877523d8f..4350494c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.0...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.1...HEAD). + + +## [v4.0.1] - 2024-07-26 +### Bug Fixes +- **manifestEnhancer:** Improve error handling [`16a4e78`](https://github.com/SAP/ui5-builder/commit/16a4e785ab71f8714b3926aa0bb8573f8da4dd08) +- **manifestEnhancer:** Fix fallbackLocale handling [`421a375`](https://github.com/SAP/ui5-builder/commit/421a37577c11c50d938bc59f3b8fca371a703cd3) + ## [v4.0.0] - 2024-07-23 @@ -919,6 +926,7 @@ to load the custom bundle file instead. ### Features - Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7) +[v4.0.1]: https://github.com/SAP/ui5-builder/compare/v4.0.0...v4.0.1 [v4.0.0]: https://github.com/SAP/ui5-builder/compare/v3.3.0...v4.0.0 [v3.5.1]: https://github.com/SAP/ui5-builder/compare/v3.5.0...v3.5.1 [v3.5.0]: https://github.com/SAP/ui5-builder/compare/v3.4.1...v3.5.0 diff --git a/package-lock.json b/package-lock.json index 1159b3e18..ef13773a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/builder", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/builder", - "version": "4.0.0", + "version": "4.0.1", "license": "Apache-2.0", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", diff --git a/package.json b/package.json index ee326edb6..2b7e87a55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "4.0.0", + "version": "4.0.1", "description": "UI5 Tooling - Builder", "author": { "name": "SAP SE",