From abbf605f9175480bc7a83f065c0fb2aa85e97173 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Thu, 5 Sep 2019 15:28:11 +0000 Subject: [PATCH] Release 1.9.0 --- CHANGELOG.md | 9 ++++++++- npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa1bac5..f8729ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ 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/v1.8.1...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v1.9.0...HEAD). + + +## [v1.9.0] - 2019-09-05 +### Features +- **ui5 build:** Add --clean-dest option [`fe60d04`](https://github.com/SAP/ui5-cli/commit/fe60d041c374494c58136435d7761e8ee957ce7b) + ## [v1.8.1] - 2019-09-04 @@ -235,6 +241,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/ ## v0.0.1 - 2018-06-06 +[v1.9.0]: https://github.com/SAP/ui5-cli/compare/v1.8.1...v1.9.0 [v1.8.1]: https://github.com/SAP/ui5-cli/compare/v1.8.0...v1.8.1 [v1.8.0]: https://github.com/SAP/ui5-cli/compare/v1.7.0...v1.8.0 [v1.7.0]: https://github.com/SAP/ui5-cli/compare/v1.6.0...v1.7.0 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2aa8aa12..ebb3edfb 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "1.8.1", + "version": "1.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1a032855..e1db1588 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "1.8.1", + "version": "1.9.0", "description": "UI5 Tooling - CLI", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0",