Skip to content

Commit c2f8fe7

Browse files
committed
Release 0.2.2
1 parent 51ec6da commit c2f8fe7

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
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.1...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v0.2.2...HEAD).
6+
7+
<a name="v0.2.2"></a>
8+
## [v0.2.2] - 2018-10-09
9+
### Internal Changes
10+
- Add missing init command to the README [`5757bd9`](https://github.com/SAP/ui5-cli/commit/5757bd9d3276044e4fc9efd1afb2b3789fb6d688)
11+
- Update package-lock.json [`4b0e470`](https://github.com/SAP/ui5-cli/commit/4b0e4708bbcb3273534aade7613863d9d4e9adf5)
12+
- Add basic CLI test [`a551fa0`](https://github.com/SAP/ui5-cli/commit/a551fa09cbf85137e0602bcf0c4c732ca03cd042)
13+
- Add more "init" test cases [`0c533fe`](https://github.com/SAP/ui5-cli/commit/0c533fea553e652bb1ab72d24fb347b7fc1dd63e)
14+
- Move "init" test fixtures to separate folder [`056fecd`](https://github.com/SAP/ui5-cli/commit/056fecdb4fed3acd2bc2b6661b2874d951541e1d)
15+
- Remove unused test files [`bca8593`](https://github.com/SAP/ui5-cli/commit/bca859333adcaa8523034a8a50413fd317440c9e)
16+
- **Coveralls:** Use parallel setting to reduce number of PR comments [`288218b`](https://github.com/SAP/ui5-cli/commit/288218bf42449790bd82a41cb408debeddb2b82e)
17+
- **README:** Add general information links [`e4da4db`](https://github.com/SAP/ui5-cli/commit/e4da4dbde7a63d576af77a98f47b0acf88dba804)
18+
619

720
<a name="v0.2.1"></a>
821
## [v0.2.1] - 2018-07-17
@@ -51,6 +64,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/
5164
- **Travis:** Add node.js 10 to test matrix [`7a94b52`](https://github.com/SAP/ui5-cli/commit/7a94b52f3878474697bc2e9c4c423432ca7d473c)
5265

5366

67+
[v0.2.2]: https://github.com/SAP/ui5-cli/compare/v0.2.1...v0.2.2
5468
[v0.2.1]: https://github.com/SAP/ui5-cli/compare/v0.2.0...v0.2.1
5569
[v0.2.0]: https://github.com/SAP/ui5-cli/compare/v0.1.0...v0.2.0
5670
[v0.1.0]: https://github.com/SAP/ui5-cli/compare/v0.0.2...v0.1.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.1",
3+
"version": "0.2.2",
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)