Skip to content

Commit 253d8c0

Browse files
committed
Release 0.2.4
1 parent 88d2f42 commit 253d8c0

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
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.3...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v0.2.4...HEAD).
6+
7+
<a name="v0.2.4"></a>
8+
## [v0.2.4] - 2018-11-17
9+
### Features
10+
- Prefer local over global CLI version ([#59](https://github.com/SAP/ui5-cli/issues/59)) [`3c2a0a8`](https://github.com/SAP/ui5-cli/commit/3c2a0a898742a118206b1009188a7d4933fe8a89)
11+
12+
### Internal Changes
13+
- **ESLint:** prefer-const [`571cd8d`](https://github.com/SAP/ui5-cli/commit/571cd8deee040ae1a60cf24c028bc8f5a97c0418)
14+
- **ESLint:** Allow strings to use backticks [`aebae6b`](https://github.com/SAP/ui5-cli/commit/aebae6b6d439b6cf635961b93015addb5cc43444)
15+
- **Git:** Apply lf line-ending to all files [`8c08848`](https://github.com/SAP/ui5-cli/commit/8c088486f34e2cbbfb31b485c5082075d106a2f3)
16+
- **GitHub:** Add PULL_REQUEST_TEMPLATE [`2f260cb`](https://github.com/SAP/ui5-cli/commit/2f260cb0c2dcbf83ef0c66b04941a997b777f923)
17+
- **GitHub ISSUE_TEMPLATE:** Request UI5 module version info [`13c3d6a`](https://github.com/SAP/ui5-cli/commit/13c3d6a7c48de21743ff527dec85f249a3bb6539)
18+
- **Travis:** Activate Windows and Mac builds [`ff65bee`](https://github.com/SAP/ui5-cli/commit/ff65beeb513fbce6c7126c947f9d861054717ced)
19+
- **package.json scripts:** Update verbose logging params [`90ce3e1`](https://github.com/SAP/ui5-cli/commit/90ce3e18fb0bca80f4c3f5e6c3539b0500abd695)
20+
621

722
<a name="v0.2.3"></a>
823
## [v0.2.3] - 2018-10-29
@@ -67,6 +82,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/
6782
- **Travis:** Add node.js 10 to test matrix [`7a94b52`](https://github.com/SAP/ui5-cli/commit/7a94b52f3878474697bc2e9c4c423432ca7d473c)
6883

6984

85+
[v0.2.4]: https://github.com/SAP/ui5-cli/compare/v0.2.3...v0.2.4
7086
[v0.2.3]: https://github.com/SAP/ui5-cli/compare/v0.2.2...v0.2.3
7187
[v0.2.2]: https://github.com/SAP/ui5-cli/compare/v0.2.1...v0.2.2
7288
[v0.2.1]: https://github.com/SAP/ui5-cli/compare/v0.2.0...v0.2.1

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