From 5d3336964e33ef88ee66f30b32e3240fe935f6ed Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Tue, 9 Feb 2021 17:53:22 +0000 Subject: [PATCH] Release 2.8.0 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ce547f9..5a33202c7 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/v2.7.2...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v2.8.0...HEAD). + + +## [v2.8.0] - 2021-02-09 +### Features +- Add Library/Component preload exclude configuration ([#573](https://github.com/SAP/ui5-builder/issues/573)) [`f1644a4`](https://github.com/SAP/ui5-builder/commit/f1644a4d75c4b3ffb5c092f3a24c74b9123afedc) + ## [v2.7.2] - 2021-01-29 @@ -524,6 +530,7 @@ to load the custom bundle file instead. - Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7) +[v2.8.0]: https://github.com/SAP/ui5-builder/compare/v2.7.2...v2.8.0 [v2.7.2]: https://github.com/SAP/ui5-builder/compare/v2.7.1...v2.7.2 [v2.7.1]: https://github.com/SAP/ui5-builder/compare/v2.7.0...v2.7.1 [v2.7.0]: https://github.com/SAP/ui5-builder/compare/v2.6.1...v2.7.0 diff --git a/package-lock.json b/package-lock.json index 2b9004888..a8d4312d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "2.7.2", + "version": "2.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d112cf78a..9d293d1a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "2.7.2", + "version": "2.8.0", "description": "UI5 Tooling - Builder", "author": { "name": "SAP SE",