Skip to content

Commit 5416169

Browse files
committed
Release 2.0.1
1 parent a6c88f7 commit 5416169

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/v2.0.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v2.0.1...HEAD).
6+
7+
<a name="v2.0.1"></a>
8+
## [v2.0.1] - 2020-04-01
9+
### Bug Fixes
10+
- **npm-shrinkwrap.json:** Add additional dependencies [`a6c88f7`](https://github.com/SAP/ui5-cli/commit/a6c88f79a297602d579dd68a136c571809152582)
11+
612

713
<a name="v2.0.0"></a>
814
## [v2.0.0] - 2020-04-01
@@ -337,6 +343,7 @@ Only Node.js v10 or higher is supported.
337343
<a name="v0.0.1"></a>
338344
## v0.0.1 - 2018-06-06
339345

346+
[v2.0.1]: https://github.com/SAP/ui5-cli/compare/v2.0.0...v2.0.1
340347
[v2.0.0]: https://github.com/SAP/ui5-cli/compare/v1.14.0...v2.0.0
341348
[v1.14.0]: https://github.com/SAP/ui5-cli/compare/v1.13.1...v1.14.0
342349
[v1.13.1]: https://github.com/SAP/ui5-cli/compare/v1.13.0...v1.13.1

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

0 commit comments

Comments
 (0)