Skip to content

Commit 8e9ef93

Browse files
committed
Release 4.0.9
1 parent d0ec287 commit 8e9ef93

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
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.8...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.9...HEAD).
6+
7+
<a name="v4.0.9"></a>
8+
## [v4.0.9] - 2025-08-10
9+
### Bug Fixes
10+
- **minify:** Apply value of a resource's OmitFromBuildResult-tag to derived resources [`112d204`](https://github.com/SAP/ui5-builder/commit/112d204b230c973b6c209105e4e8a383fc1da35d)
11+
612

713
<a name="v4.0.8"></a>
8-
## [v4.0.8] - 2025-07-14
14+
## [v4.0.8] - 2025-07-15
915
### Bug Fixes
1016
- **bundle/Builder:** Skip source map for empty or trivia-only files [`4763253`](https://github.com/SAP/ui5-builder/commit/4763253985ae869c541875d82d0609cb5ef28216)
1117

@@ -967,6 +973,7 @@ to load the custom bundle file instead.
967973

968974
### Features
969975
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
976+
[v4.0.9]: https://github.com/SAP/ui5-builder/compare/v4.0.8...v4.0.9
970977
[v4.0.8]: https://github.com/SAP/ui5-builder/compare/v4.0.7...v4.0.8
971978
[v4.0.7]: https://github.com/SAP/ui5-builder/compare/v4.0.6...v4.0.7
972979
[v4.0.6]: https://github.com/SAP/ui5-builder/compare/v4.0.5...v4.0.6

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

0 commit comments

Comments
 (0)