diff --git a/CHANGELOG.md b/CHANGELOG.md index 81a4324a..32033f37 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.7.0...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v2.7.1...HEAD). + + +## [v2.7.1] - 2020-12-18 +### Dependency Updates +- Bump [@ui5](https://github.com/ui5)/builder from 2.5.0 to 2.5.1 [`9a208c1`](https://github.com/SAP/ui5-cli/commit/9a208c173f005178f41e343e67c61c021de71f61) +- Bump [@ui5](https://github.com/ui5)/fs from 2.0.5 to 2.0.6 [`3965d14`](https://github.com/SAP/ui5-cli/commit/3965d1442ad2e11d26f6730fdb8ff6ec7fff0172) + ## [v2.7.0] - 2020-12-15 @@ -551,6 +558,7 @@ Only Node.js v10 or higher is supported. ## v0.0.1 - 2018-06-06 +[v2.7.1]: https://github.com/SAP/ui5-cli/compare/v2.7.0...v2.7.1 [v2.7.0]: https://github.com/SAP/ui5-cli/compare/v2.6.6...v2.7.0 [v2.6.6]: https://github.com/SAP/ui5-cli/compare/v2.6.5...v2.6.6 [v2.6.5]: https://github.com/SAP/ui5-cli/compare/v2.6.4...v2.6.5 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4a937089..c7cf9f48 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 63f0c716..2a69a039 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "2.7.0", + "version": "2.7.1", "description": "UI5 Tooling - CLI", "author": { "name": "SAP SE",