From 8754ad3febff9e1c0d19c19d7f8714c65623048c Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Tue, 6 Oct 2020 12:19:41 +0000 Subject: [PATCH] Release 2.4.5 --- CHANGELOG.md | 10 +++++++++- npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e05f1af..16a4028f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ 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/v2.4.4...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v2.4.5...HEAD). + + +## [v2.4.5] - 2020-10-06 +### Dependency Updates +- Bump [@ui5](https://github.com/ui5)/server from 2.2.4 to 2.2.5 [`80edb1c`](https://github.com/SAP/ui5-cli/commit/80edb1c403025ee2d3a3542c3d1c6530cebb6832) +- Bump [@ui5](https://github.com/ui5)/builder from 2.2.0 to 2.2.1 [`f464793`](https://github.com/SAP/ui5-cli/commit/f4647938ee327dcebda9eafaf318c0296d6a0d4a) + ## [v2.4.4] - 2020-09-15 @@ -478,6 +485,7 @@ Only Node.js v10 or higher is supported. ## v0.0.1 - 2018-06-06 +[v2.4.5]: https://github.com/SAP/ui5-cli/compare/v2.4.4...v2.4.5 [v2.4.4]: https://github.com/SAP/ui5-cli/compare/v2.4.3...v2.4.4 [v2.4.3]: https://github.com/SAP/ui5-cli/compare/v2.4.2...v2.4.3 [v2.4.2]: https://github.com/SAP/ui5-cli/compare/v2.4.1...v2.4.2 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 98821086..231664fe 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "2.4.4", + "version": "2.4.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 83c20f0e..5ac199e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "2.4.4", + "version": "2.4.5", "description": "UI5 Tooling - CLI", "author": { "name": "SAP SE",