Skip to content

Commit

Permalink
Release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flovogt committed Jun 24, 2024
1 parent 097049d commit ebcfe9f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
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/v3.4.1...HEAD).
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.5.0...HEAD).

<a name="v3.5.0"></a>
## [v3.5.0] - 2024-06-21
### Features
- ES2023 Support [`097049d`](https://github.com/SAP/ui5-builder/commit/097049daeec5c54c2d5e858b12e0c54c826ff663)


<a name="v3.4.1"></a>
## [v3.4.1] - 2024-05-10
## [v3.4.1] - 2024-05-13
### Bug Fixes
- **bundle/Builder:** Correct bundling of resources with empty source map [`1228db7`](https://github.com/SAP/ui5-builder/commit/1228db78e7e655cea58c20517662b08dd09db87b)

Expand Down Expand Up @@ -872,6 +878,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)
[v3.5.0]: https://github.com/SAP/ui5-builder/compare/v3.4.1...v3.5.0
[v3.4.1]: https://github.com/SAP/ui5-builder/compare/v3.4.0...v3.4.1
[v3.4.0]: https://github.com/SAP/ui5-builder/compare/v3.3.1...v3.4.0
[v3.3.1]: https://github.com/SAP/ui5-builder/compare/v3.3.0...v3.3.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/builder",
"version": "3.4.1",
"version": "3.5.0",
"description": "UI5 Tooling - Builder",
"author": {
"name": "SAP SE",
Expand Down

0 comments on commit ebcfe9f

Please sign in to comment.