Skip to content

Commit abbf605

Browse files
committed
Release 1.9.0
1 parent fe60d04 commit abbf605

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v1.8.1...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v1.9.0...HEAD).
6+
7+
<a name="v1.9.0"></a>
8+
## [v1.9.0] - 2019-09-05
9+
### Features
10+
- **ui5 build:** Add --clean-dest option [`fe60d04`](https://github.com/SAP/ui5-cli/commit/fe60d041c374494c58136435d7761e8ee957ce7b)
11+
612

713
<a name="v1.8.1"></a>
814
## [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/
235241
<a name="v0.0.1"></a>
236242
## v0.0.1 - 2018-06-06
237243

244+
[v1.9.0]: https://github.com/SAP/ui5-cli/compare/v1.8.1...v1.9.0
238245
[v1.8.1]: https://github.com/SAP/ui5-cli/compare/v1.8.0...v1.8.1
239246
[v1.8.0]: https://github.com/SAP/ui5-cli/compare/v1.7.0...v1.8.0
240247
[v1.7.0]: https://github.com/SAP/ui5-cli/compare/v1.6.0...v1.7.0

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/cli",
3-
"version": "1.8.1",
3+
"version": "1.9.0",
44
"description": "UI5 Tooling - CLI",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)