Skip to content

Commit 04f602d

Browse files
committed
Release 4.0.1
1 parent 16a4e78 commit 04f602d

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.1...HEAD).
6+
7+
<a name="v4.0.1"></a>
8+
## [v4.0.1] - 2024-07-26
9+
### Bug Fixes
10+
- **manifestEnhancer:** Improve error handling [`16a4e78`](https://github.com/SAP/ui5-builder/commit/16a4e785ab71f8714b3926aa0bb8573f8da4dd08)
11+
- **manifestEnhancer:** Fix fallbackLocale handling [`421a375`](https://github.com/SAP/ui5-builder/commit/421a37577c11c50d938bc59f3b8fca371a703cd3)
12+
613

714
<a name="v4.0.0"></a>
815
## [v4.0.0] - 2024-07-23
@@ -919,6 +926,7 @@ to load the custom bundle file instead.
919926

920927
### Features
921928
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
929+
[v4.0.1]: https://github.com/SAP/ui5-builder/compare/v4.0.0...v4.0.1
922930
[v4.0.0]: https://github.com/SAP/ui5-builder/compare/v3.3.0...v4.0.0
923931
[v3.5.1]: https://github.com/SAP/ui5-builder/compare/v3.5.0...v3.5.1
924932
[v3.5.0]: https://github.com/SAP/ui5-builder/compare/v3.4.1...v3.5.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/builder",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "UI5 Tooling - Builder",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)