From 973562f11543bdf3b80e73cab57b67987e1626ed Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Wed, 12 Apr 2023 14:25:47 +0000 Subject: [PATCH] Release 2.11.10 --- 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 822ca871f..b7997a951 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.11.9...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v2.11.10...HEAD). + + +## [v2.11.10] - 2023-04-12 +### Dependency Updates +- Bump xml2js from 0.4.23 to 0.5.0 [`3058c45`](https://github.com/SAP/ui5-builder/commit/3058c459f9514a5ac3526f85c77f26aab311b03e) + ## [v2.11.9] - 2022-11-30 @@ -679,6 +685,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.11.10]: https://github.com/SAP/ui5-builder/compare/v2.11.9...v2.11.10 [v2.11.9]: https://github.com/SAP/ui5-builder/compare/v2.11.8...v2.11.9 [v2.11.8]: https://github.com/SAP/ui5-builder/compare/v2.11.7...v2.11.8 [v2.11.7]: https://github.com/SAP/ui5-builder/compare/v2.11.6...v2.11.7 diff --git a/package-lock.json b/package-lock.json index fc6375c35..ce69dc921 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "2.11.9", + "version": "2.11.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 345b06d55..8512b39ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "2.11.9", + "version": "2.11.10", "description": "UI5 Tooling - Builder", "author": { "name": "SAP SE",