From 279d8136d9739449ae5bd683f20b183d505a0339 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Fri, 29 Nov 2024 10:52:15 +0000 Subject: [PATCH] Release 4.0.4 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 564eb2249..471fcdba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +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.3...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.4...HEAD). + + +## [v4.0.4] - 2024-11-13 +### 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) + ## [v4.0.3] - 2024-08-27 @@ -935,6 +941,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.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 [v4.0.1]: https://github.com/SAP/ui5-builder/compare/v4.0.0...v4.0.1 diff --git a/package-lock.json b/package-lock.json index e7741a746..397247301 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/builder", - "version": "4.0.3", + "version": "4.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/builder", - "version": "4.0.3", + "version": "4.0.4", "license": "Apache-2.0", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", diff --git a/package.json b/package.json index f796e2dba..34b21e2b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "4.0.3", + "version": "4.0.4", "description": "UI5 Tooling - Builder", "author": { "name": "SAP SE",