From ebcfe9f1e3d2bef4274fe9f639f45724e8e851fb Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Mon, 24 Jun 2024 13:07:39 +0000 Subject: [PATCH] Release 3.5.0 --- CHANGELOG.md | 11 +++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b70a13c24..120fced5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). + + +## [v3.5.0] - 2024-06-21 +### Features +- ES2023 Support [`097049d`](https://github.com/SAP/ui5-builder/commit/097049daeec5c54c2d5e858b12e0c54c826ff663) + -## [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) @@ -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 diff --git a/package-lock.json b/package-lock.json index 5d25802d2..c35aadaf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/builder", - "version": "3.4.1", + "version": "3.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/builder", - "version": "3.4.1", + "version": "3.5.0", "license": "Apache-2.0", "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.15", diff --git a/package.json b/package.json index b0741d487..c53a76fab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "3.4.1", + "version": "3.5.0", "description": "UI5 Tooling - Builder", "author": { "name": "SAP SE",