Skip to content

Commit c8cd24e

Browse files
committed
Release 1.7.0
1 parent c4db860 commit c8cd24e

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
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.6.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v1.7.0...HEAD).
6+
7+
<a name="v1.7.0"></a>
8+
## [v1.7.0] - 2019-07-31
9+
### Dependency Updates
10+
- Bump [@ui5](https://github.com/ui5)/server from 1.2.0 to 1.3.0 [`c4db860`](https://github.com/SAP/ui5-cli/commit/c4db8607130efdbecece47938a6d81f917681a91)
11+
- Bump [@ui5](https://github.com/ui5)/builder from 1.3.3 to 1.4.0 [`cfbb26b`](https://github.com/SAP/ui5-cli/commit/cfbb26b00cb01c8a1bf211e7e81f902163d9600f)
12+
13+
### Features
14+
- Log CLI version when using --verbose option [`c143a85`](https://github.com/SAP/ui5-cli/commit/c143a85d615f7e493b2bcaa98422707e3cf49e5b)
15+
616

717
<a name="v1.6.0"></a>
818
## [v1.6.0] - 2019-07-11
@@ -211,6 +221,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/
211221
<a name="v0.0.1"></a>
212222
## v0.0.1 - 2018-06-06
213223

224+
[v1.7.0]: https://github.com/SAP/ui5-cli/compare/v1.6.0...v1.7.0
214225
[v1.6.0]: https://github.com/SAP/ui5-cli/compare/v1.5.5...v1.6.0
215226
[v1.5.5]: https://github.com/SAP/ui5-cli/compare/v1.5.4...v1.5.5
216227
[v1.5.4]: https://github.com/SAP/ui5-cli/compare/v1.5.3...v1.5.4

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.6.0",
3+
"version": "1.7.0",
44
"description": "UI5 Tooling - CLI",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)