Skip to content

Commit ddf6455

Browse files
committed
Release 0.2.0
1 parent e17772e commit ddf6455

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.1.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v0.2.0...HEAD).
6+
7+
<a name="v0.2.0"></a>
8+
## [v0.2.0] - 2018-07-12
9+
### Features
10+
- Add Node.js version check [`80b5bfe`](https://github.com/SAP/ui5-cli/commit/80b5bfe1d53494889c794171109321ebbd3f8d61)
11+
- Add update notifier [`90d03ba`](https://github.com/SAP/ui5-cli/commit/90d03ba8e86f9925b8a9c45cd72ecc28cda75eab)
12+
13+
### Internal Changes
14+
- Add .npmrc to enforce public registry [`56a4422`](https://github.com/SAP/ui5-cli/commit/56a4422969c0615153e5ecda94cbfbe72c0cf57e)
15+
- Update min Node.js version to >=8.5 [`5839597`](https://github.com/SAP/ui5-cli/commit/58395977f3cac963cf3275438f2c164a3782a658)
16+
- **CHANGELOG:** Fix scope detection in commit messages [`882bdcf`](https://github.com/SAP/ui5-cli/commit/882bdcffb11295dceff0f67c350f2a7f2b50b46d)
17+
- **package.json:** Define files to publish [`aab1b69`](https://github.com/SAP/ui5-cli/commit/aab1b693d0fb5ead5279086e0c79565e6bfcdf5e)
18+
619

720
<a name="v0.1.0"></a>
821
## [v0.1.0] - 2018-06-26
@@ -32,5 +45,6 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/
3245
- **Travis:** Add node.js 10 to test matrix [`7a94b52`](https://github.com/SAP/ui5-cli/commit/7a94b52f3878474697bc2e9c4c423432ca7d473c)
3346

3447

48+
[v0.2.0]: https://github.com/SAP/ui5-cli/compare/v0.1.0...v0.2.0
3549
[v0.1.0]: https://github.com/SAP/ui5-cli/compare/v0.0.2...v0.1.0
3650
[v0.0.2]: https://github.com/SAP/ui5-cli/compare/v0.0.1...v0.0.2

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.1.0",
3+
"version": "0.2.0",
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)