Skip to content

Commit 84e6d77

Browse files
committed
Release 4.0.13
1 parent 76a072c commit 84e6d77

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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.0.11...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.13...HEAD).
6+
7+
<a name="v4.0.13"></a>
8+
## [v4.0.13] - 2025-10-07
9+
### Bug Fixes
10+
- **JSDoc:** avoid errors when symbol has no events [`76a072c`](https://github.com/SAP/ui5-builder/commit/76a072cd0e098c4ad1caea22225c955f117a2a3b)
11+
612

713
<a name="v4.0.11"></a>
814
## [v4.0.11] - 2025-09-11
@@ -986,6 +992,7 @@ to load the custom bundle file instead.
986992

987993
### Features
988994
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
995+
[v4.0.13]: https://github.com/SAP/ui5-builder/compare/v4.0.11...v4.0.13
989996
[v4.0.11]: https://github.com/SAP/ui5-builder/compare/v4.0.10...v4.0.11
990997
[v4.0.10]: https://github.com/SAP/ui5-builder/compare/v4.0.9...v4.0.10
991998
[v4.0.9]: https://github.com/SAP/ui5-builder/compare/v4.0.8...v4.0.9

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

0 commit comments

Comments
 (0)