File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
4
4
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
+
6
19
7
20
<a name =" v0.1.0 " ></a >
8
21
## [ 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/
32
45
- ** Travis:** Add node.js 10 to test matrix [ ` 7a94b52 ` ] ( https://github.com/SAP/ui5-cli/commit/7a94b52f3878474697bc2e9c4c423432ca7d473c )
33
46
34
47
48
+ [ v0.2.0 ] : https://github.com/SAP/ui5-cli/compare/v0.1.0...v0.2.0
35
49
[ v0.1.0 ] : https://github.com/SAP/ui5-cli/compare/v0.0.2...v0.1.0
36
50
[ v0.0.2 ] : https://github.com/SAP/ui5-cli/compare/v0.0.1...v0.0.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui5/cli" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"description" : " UI5 Build and Development Tooling - CLI" ,
5
5
"author" : " SAP SE (https://www.sap.com)" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments