From dbcd4d73a22d47837021a05271c99c14d59734d0 Mon Sep 17 00:00:00 2001 From: d3xter666 Date: Tue, 27 Aug 2024 10:47:20 +0000 Subject: [PATCH] Release 4.0.6 --- CHANGELOG.md | 12 +++++++++++- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88cad8cd..52df4af7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,16 @@ 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.5...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.6...HEAD). + + +## [v4.0.6] - 2024-08-27 +### Dependency Updates +- Bump [@ui5](https://github.com/ui5)/server from 4.0.3 to 4.0.4 [`1665718`](https://github.com/SAP/ui5-cli/commit/16657182adf55d69a724e2f1c3fcf71997b86aee) +- Bump [@ui5](https://github.com/ui5)/project from 4.0.2 to 4.0.3 [`f4ef755`](https://github.com/SAP/ui5-cli/commit/f4ef755639cac9e9d7bb1e6d157c4bd98967557f) +- Bump [@ui5](https://github.com/ui5)/builder from 4.0.2 to 4.0.3 [`1e65819`](https://github.com/SAP/ui5-cli/commit/1e65819f446e280b257baceb08425d621a01d486) +- Bump [@ui5](https://github.com/ui5)/fs from 4.0.0 to 4.0.1 [`befd45b`](https://github.com/SAP/ui5-cli/commit/befd45b096fba4f3d08a161e6092d777072bba4b) + ## [v4.0.5] - 2024-08-20 @@ -1266,6 +1275,7 @@ Only Node.js v10 or higher is supported. ## v0.0.1 - 2018-06-06 +[v4.0.6]: https://github.com/SAP/ui5-cli/compare/v4.0.5...v4.0.6 [v4.0.5]: https://github.com/SAP/ui5-cli/compare/v4.0.4...v4.0.5 [v4.0.4]: https://github.com/SAP/ui5-cli/compare/v4.0.3...v4.0.4 [v4.0.3]: https://github.com/SAP/ui5-cli/compare/v4.0.2...v4.0.3 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index aef58bef..79a5d6bf 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@ui5/cli", - "version": "4.0.5", + "version": "4.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/cli", - "version": "4.0.5", + "version": "4.0.6", "license": "Apache-2.0", "dependencies": { "@ui5/builder": "^4.0.3", diff --git a/package.json b/package.json index 15cb8a86..fbcaff1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "4.0.5", + "version": "4.0.6", "description": "UI5 Tooling - CLI", "author": { "name": "SAP SE",