Skip to content

Commit

Permalink
Release 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Dec 10, 2024
1 parent 0654efb commit 2188077
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
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/v4.0.4...HEAD).
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.5...HEAD).

<a name="v4.0.5"></a>
## [v4.0.5] - 2024-12-10

<a name="v4.0.4"></a>
## [v4.0.4] - 2024-11-13
## [v4.0.4] - 2024-11-29
### Dependency Updates
- Switch from "rimraf" to native "fs.rm" ([#1098](https://github.com/SAP/ui5-builder/issues/1098)) [`0adf4da`](https://github.com/SAP/ui5-builder/commit/0adf4da0e747f1fb46cf0bf0da7b3e0af8e9bcec)

Expand Down Expand Up @@ -941,6 +944,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)
[v4.0.5]: https://github.com/SAP/ui5-builder/compare/v4.0.4...v4.0.5
[v4.0.4]: https://github.com/SAP/ui5-builder/compare/v4.0.3...v4.0.4
[v4.0.3]: https://github.com/SAP/ui5-builder/compare/v4.0.2...v4.0.3
[v4.0.2]: https://github.com/SAP/ui5-builder/compare/v4.0.1...v4.0.2
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": "4.0.4",
"version": "4.0.5",
"description": "UI5 Tooling - Builder",
"author": {
"name": "SAP SE",
Expand Down

0 comments on commit 2188077

Please sign in to comment.