diff --git a/CHANGELOG.md b/CHANGELOG.md index 6171633c4..564eb2249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.2...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.3...HEAD). + + +## [v4.0.3] - 2024-08-27 -## [v4.0.2] - 2024-08-18 +## [v4.0.2] - 2024-08-20 ### Dependency Updates - Bump cheerio from 1.0.0-rc.12 to 1.0.0 ([#1078](https://github.com/SAP/ui5-builder/issues/1078)) [`d80c79d`](https://github.com/SAP/ui5-builder/commit/d80c79d5578516cf533e649e73d55602afa8b908) @@ -932,6 +935,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.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 [v4.0.0]: https://github.com/SAP/ui5-builder/compare/v3.3.0...v4.0.0 diff --git a/package-lock.json b/package-lock.json index a0fa9c8ae..2bf751f7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/builder", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/builder", - "version": "4.0.2", + "version": "4.0.3", "license": "Apache-2.0", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", diff --git a/package.json b/package.json index 33812bc99..569401edf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "4.0.2", + "version": "4.0.3", "description": "UI5 Tooling - Builder", "author": { "name": "SAP SE",