Skip to content

Commit 662b1fe

Browse files
committed
Release 4.1.1
1 parent 2461b2c commit 662b1fe

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
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.1.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.1.1...HEAD).
6+
7+
<a name="v4.1.1"></a>
8+
## [v4.1.1] - 2025-10-30
69

710
<a name="v4.1.0"></a>
8-
## [v4.1.0] - 2025-10-21
11+
## [v4.1.0] - 2025-10-23
912
### Features
1013
- Enhance generateFlexChangeBundle task to add new 'flexBundle' property to the manifest.json ([#1164](https://github.com/SAP/ui5-builder/issues/1164)) [`a48e474`](https://github.com/SAP/ui5-builder/commit/a48e474b1bfb9f2f11da44e908341af370711309)
1114

@@ -998,6 +1001,7 @@ to load the custom bundle file instead.
9981001

9991002
### Features
10001003
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
1004+
[v4.1.1]: https://github.com/SAP/ui5-builder/compare/v4.1.0...v4.1.1
10011005
[v4.1.0]: https://github.com/SAP/ui5-builder/compare/v4.0.13...v4.1.0
10021006
[v4.0.13]: https://github.com/SAP/ui5-builder/compare/v4.0.11...v4.0.13
10031007
[v4.0.11]: https://github.com/SAP/ui5-builder/compare/v4.0.10...v4.0.11

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.1.0",
3+
"version": "4.1.1",
44
"description": "UI5 CLI - Builder",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)