Skip to content

Commit 2073d35

Browse files
committed
Release 0.2.3
1 parent 109978e commit 2073d35

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +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/v0.2.2...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v0.2.3...HEAD).
6+
7+
<a name="v0.2.3"></a>
8+
## [v0.2.3] - 2018-10-29
69

710
<a name="v0.2.2"></a>
8-
## [v0.2.2] - 2018-10-09
11+
## [v0.2.2] - 2018-10-10
912
### Internal Changes
1013
- Add missing init command to the README [`5757bd9`](https://github.com/SAP/ui5-cli/commit/5757bd9d3276044e4fc9efd1afb2b3789fb6d688)
1114
- Update package-lock.json [`4b0e470`](https://github.com/SAP/ui5-cli/commit/4b0e4708bbcb3273534aade7613863d9d4e9adf5)
@@ -64,6 +67,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/
6467
- **Travis:** Add node.js 10 to test matrix [`7a94b52`](https://github.com/SAP/ui5-cli/commit/7a94b52f3878474697bc2e9c4c423432ca7d473c)
6568

6669

70+
[v0.2.3]: https://github.com/SAP/ui5-cli/compare/v0.2.2...v0.2.3
6771
[v0.2.2]: https://github.com/SAP/ui5-cli/compare/v0.2.1...v0.2.2
6872
[v0.2.1]: https://github.com/SAP/ui5-cli/compare/v0.2.0...v0.2.1
6973
[v0.2.0]: https://github.com/SAP/ui5-cli/compare/v0.1.0...v0.2.0

package-lock.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": "0.2.2",
3+
"version": "0.2.3",
44
"description": "UI5 Build and Development Tooling - CLI",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)