Skip to content

Commit 0fbf2a4

Browse files
committed
Release 2.0.0
1 parent 920fbfc commit 0fbf2a4

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,31 @@
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/v1.14.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v2.0.0...HEAD).
6+
7+
<a name="v2.0.0"></a>
8+
## [v2.0.0] - 2020-04-01
9+
### Breaking Changes
10+
- Require Node.js >= 10 [`e0916ec`](https://github.com/SAP/ui5-cli/commit/e0916ec85315f6370af1b6fbc4ba5ff99f9c2c49)
11+
12+
### Dependency Updates
13+
- Bump [@ui5](https://github.com/ui5)/project from 2.0.1 to 2.0.2 [`7539675`](https://github.com/SAP/ui5-cli/commit/7539675648581f3c36b21da67a1c4da12a10c763)
14+
- Bump [@ui5](https://github.com/ui5)/project from 2.0.0 to 2.0.1 [`2f8fbe1`](https://github.com/SAP/ui5-cli/commit/2f8fbe1b5390f6f90bf76ad107ee3f7547a7519d)
15+
- Bump [@ui5](https://github.com/ui5)/project from 1.2.0 to 2.0.0 [`f18f07c`](https://github.com/SAP/ui5-cli/commit/f18f07cc11f54fb936b582460d4b3ef8a844111a)
16+
- Bump [@ui5](https://github.com/ui5)/server from 1.6.0 to 2.0.0 [`f514cc5`](https://github.com/SAP/ui5-cli/commit/f514cc538760b6ee7a54220a2556acc8a89434b0)
17+
- Bump [@ui5](https://github.com/ui5)/builder from 1.10.1 to 2.0.0 [`eee43a6`](https://github.com/SAP/ui5-cli/commit/eee43a64f6b8523ffb381a47cafc416f9152d989)
18+
- Bump [@ui5](https://github.com/ui5)/fs from 1.1.2 to 2.0.0 [`68f69b7`](https://github.com/SAP/ui5-cli/commit/68f69b74dd2d8edcf1d145f7d7e9398136b537f4)
19+
- Bump [@ui5](https://github.com/ui5)/logger from 1.0.2 to 2.0.0 [`847193d`](https://github.com/SAP/ui5-cli/commit/847193d8a56c9401dfd680fe84fd99747b349ce9)
20+
21+
### Features
22+
- Add "ui5 use/add" commands ([#315](https://github.com/SAP/ui5-cli/issues/315)) [`920fbfc`](https://github.com/SAP/ui5-cli/commit/920fbfc5ea27f689aeb38beb6540c41838225c8d)
23+
- Add --framework-version option ([#306](https://github.com/SAP/ui5-cli/issues/306)) [`ae7932b`](https://github.com/SAP/ui5-cli/commit/ae7932bb36b68f3836df285ab0040083ed914c2f)
24+
25+
### BREAKING CHANGE
26+
27+
Support for older Node.js releases has been dropped.
28+
Only Node.js v10 or higher is supported.
29+
630

731
<a name="v1.14.0"></a>
832
## [v1.14.0] - 2020-02-24
@@ -313,6 +337,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/
313337
<a name="v0.0.1"></a>
314338
## v0.0.1 - 2018-06-06
315339

340+
[v2.0.0]: https://github.com/SAP/ui5-cli/compare/v1.14.0...v2.0.0
316341
[v1.14.0]: https://github.com/SAP/ui5-cli/compare/v1.13.1...v1.14.0
317342
[v1.13.1]: https://github.com/SAP/ui5-cli/compare/v1.13.0...v1.13.1
318343
[v1.13.0]: https://github.com/SAP/ui5-cli/compare/v1.12.2...v1.13.0

npm-shrinkwrap.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": "1.14.0",
3+
"version": "2.0.0",
44
"description": "UI5 Tooling - CLI",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)