From 597c6ee3a8bd224ab605587b5ac6b15500625ef4 Mon Sep 17 00:00:00 2001 From: d3xter666 Date: Tue, 27 Aug 2024 11:24:35 +0000 Subject: [PATCH] Release 3.11.2 --- CHANGELOG.md | 6 +++++- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd47c893..a0b97b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ 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/v3.11.1...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.11.2...HEAD). + + +## [v3.11.2] - 2024-08-25 ## [v3.11.1] - 2024-07-22 @@ -1210,6 +1213,7 @@ Only Node.js v10 or higher is supported. ## v0.0.1 - 2018-06-06 +[v3.11.2]: https://github.com/SAP/ui5-cli/compare/v3.11.1...v3.11.2 [v3.11.1]: https://github.com/SAP/ui5-cli/compare/v3.11.0...v3.11.1 [v3.11.0]: https://github.com/SAP/ui5-cli/compare/v3.10.3...v3.11.0 [v3.10.3]: https://github.com/SAP/ui5-cli/compare/v3.10.2...v3.10.3 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 88c11bd9..581ecbfc 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@ui5/cli", - "version": "3.11.1", + "version": "3.11.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/cli", - "version": "3.11.1", + "version": "3.11.2", "license": "Apache-2.0", "dependencies": { "@ui5/builder": "^3.5.1", diff --git a/package.json b/package.json index 2d82294f..3dddc169 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "3.11.1", + "version": "3.11.2", "description": "UI5 Tooling - CLI", "author": { "name": "SAP SE",