From cab8266dace8fddfce2b948ecfd808495ea801ee Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Wed, 22 Jan 2025 08:59:23 +0000 Subject: [PATCH] Release 4.0.13 --- 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 6946babe..584ad78b 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/v4.0.12...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.13...HEAD). + + +## [v4.0.13] - 2025-01-19 ## [v4.0.12] - 2024-12-10 @@ -1303,6 +1306,7 @@ Only Node.js v10 or higher is supported. ## v0.0.1 - 2018-06-06 +[v4.0.13]: https://github.com/SAP/ui5-cli/compare/v4.0.12...v4.0.13 [v4.0.12]: https://github.com/SAP/ui5-cli/compare/v4.0.11...v4.0.12 [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 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index beb2ab5a..7e3c74ee 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@ui5/cli", - "version": "4.0.12", + "version": "4.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/cli", - "version": "4.0.12", + "version": "4.0.13", "license": "Apache-2.0", "dependencies": { "@ui5/builder": "^4.0.5", diff --git a/package.json b/package.json index 5f03c2f5..64cd1bbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "4.0.12", + "version": "4.0.13", "description": "UI5 Tooling - CLI", "author": { "name": "SAP SE",