Skip to content

Commit d6da32a

Browse files
committed
Release 1.5.5
1 parent 43d4fd7 commit d6da32a

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.5.4...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v1.5.5...HEAD).
6+
7+
<a name="v1.5.5"></a>
8+
## [v1.5.5] - 2019-07-01
9+
### Bug Fixes
10+
- **serve:** Create SSL certificate in user homedir [`48bdd06`](https://github.com/SAP/ui5-cli/commit/48bdd06bfcec3063ba046b37be76c80139458779)
11+
12+
### Dependency Updates
13+
- Bump [@ui5](https://github.com/ui5)/builder from 1.3.2 to 1.3.3 [`43d4fd7`](https://github.com/SAP/ui5-cli/commit/43d4fd7c634e869de985ea48c4f77d25c9bc53bc)
14+
- Bump [@ui5](https://github.com/ui5)/fs from 1.1.1 to 1.1.2 [`5a0ece1`](https://github.com/SAP/ui5-cli/commit/5a0ece130af8164befa9e84d4494d69704cb5c0e)
15+
616

717
<a name="v1.5.4"></a>
818
## [v1.5.4] - 2019-06-25
@@ -194,6 +204,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/
194204
<a name="v0.0.1"></a>
195205
## v0.0.1 - 2018-06-06
196206

207+
[v1.5.5]: https://github.com/SAP/ui5-cli/compare/v1.5.4...v1.5.5
197208
[v1.5.4]: https://github.com/SAP/ui5-cli/compare/v1.5.3...v1.5.4
198209
[v1.5.3]: https://github.com/SAP/ui5-cli/compare/v1.5.2...v1.5.3
199210
[v1.5.2]: https://github.com/SAP/ui5-cli/compare/v1.5.1...v1.5.2

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

0 commit comments

Comments
 (0)