From c5b01af477d81136d578ddd1786466e75c2d0b67 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Mon, 10 Aug 2020 14:23:08 +0000 Subject: [PATCH] Release 2.3.2 --- 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 bf09308b..03624172 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.3.1...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v2.3.2...HEAD). + + +## [v2.3.2] - 2020-08-10 +### Dependency Updates +- Bump [@ui5](https://github.com/ui5)/builder from 2.0.6 to 2.0.7 [`fba5633`](https://github.com/SAP/ui5-cli/commit/fba56332a2a8395da2459dec40f81e04ca80dd9f) +- Bump [@ui5](https://github.com/ui5)/fs from 2.0.1 to 2.0.2 [`d584699`](https://github.com/SAP/ui5-cli/commit/d584699855fc44d59ff67cc5720dda3733f3cc13) + ## [v2.3.1] - 2020-07-21 @@ -434,6 +441,7 @@ Only Node.js v10 or higher is supported. ## v0.0.1 - 2018-06-06 +[v2.3.2]: https://github.com/SAP/ui5-cli/compare/v2.3.1...v2.3.2 [v2.3.1]: https://github.com/SAP/ui5-cli/compare/v2.3.0...v2.3.1 [v2.3.0]: https://github.com/SAP/ui5-cli/compare/v2.2.6...v2.3.0 [v2.2.6]: https://github.com/SAP/ui5-cli/compare/v2.2.5...v2.2.6 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 61b3f557..ab153ddd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 149173c9..c6cd19b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "2.3.1", + "version": "2.3.2", "description": "UI5 Tooling - CLI", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0",