From e3b695dc628ca22c02a67162b001f7e0fa2454ea Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Fri, 29 Nov 2024 11:13:11 +0000 Subject: [PATCH] Release 4.0.11 --- CHANGELOG.md | 12 ++++++++++-- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a30409..4eb88bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,17 @@ 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-cli/compare/v4.0.10...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.11...HEAD). + + +## [v4.0.11] - 2024-11-29 +### Dependency Updates +- Bump [@ui5](https://github.com/ui5)/project from 4.0.3 to 4.0.4 [`334e2e1`](https://github.com/SAP/ui5-cli/commit/334e2e1fee0e7ee6f9b8f0c536cd2f2efd4c3f15) +- Bump [@ui5](https://github.com/ui5)/builder from 4.0.3 to 4.0.4 [`ada646c`](https://github.com/SAP/ui5-cli/commit/ada646cb6668cc9ddc03ac99aef7b992d5f2bbec) + -## [v4.0.10] - 2024-11-10 +## [v4.0.10] - 2024-11-13 ## [v4.0.9] - 2024-10-15 @@ -1290,6 +1297,7 @@ Only Node.js v10 or higher is supported. ## v0.0.1 - 2018-06-06 +[v4.0.11]: https://github.com/SAP/ui5-cli/compare/v4.0.10...v4.0.11 [v4.0.10]: https://github.com/SAP/ui5-cli/compare/v4.0.9...v4.0.10 [v4.0.9]: https://github.com/SAP/ui5-cli/compare/v4.0.8...v4.0.9 [v4.0.8]: https://github.com/SAP/ui5-cli/compare/v4.0.7...v4.0.8 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8859f6b8..8df0e430 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@ui5/cli", - "version": "4.0.10", + "version": "4.0.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/cli", - "version": "4.0.10", + "version": "4.0.11", "license": "Apache-2.0", "dependencies": { "@ui5/builder": "^4.0.4", diff --git a/package.json b/package.json index c71ef8b4..02433e49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "4.0.10", + "version": "4.0.11", "description": "UI5 Tooling - CLI", "author": { "name": "SAP SE",