Skip to content

Commit 64d512a

Browse files
committed
Release 2.10.1
1 parent 912c6e0 commit 64d512a

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
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/v2.10.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v2.10.1...HEAD).
6+
7+
<a name="v2.10.1"></a>
8+
## [v2.10.1] - 2021-03-04
9+
### Bug Fixes
10+
- `ui5 use <framework>` should default to `latest` [`cda4b2c`](https://github.com/SAP/ui5-cli/commit/cda4b2cc29e376d92be4bc92fb7ee2a81974836a)
11+
12+
### Dependency Updates
13+
- Bump [@ui5](https://github.com/ui5)/project from 2.3.0 to 2.3.1 [`912c6e0`](https://github.com/SAP/ui5-cli/commit/912c6e0c37e2df4a8768c0b6879aff58703d303a)
14+
- Bump [@ui5](https://github.com/ui5)/builder from 2.8.0 to 2.8.1 [`baed42f`](https://github.com/SAP/ui5-cli/commit/baed42f282ec1e3cf6d42a8fed97fe81844ad8c5)
15+
- Bump js-yaml from 3.14.1 to 4.0.0 ([#402](https://github.com/SAP/ui5-cli/issues/402)) [`0033c52`](https://github.com/SAP/ui5-cli/commit/0033c5272b6258c95cc1f7487aa53c7e64bbe50c)
16+
617

718
<a name="v2.10.0"></a>
819
## [v2.10.0] - 2021-02-09
@@ -604,6 +615,7 @@ Only Node.js v10 or higher is supported.
604615
<a name="v0.0.1"></a>
605616
## v0.0.1 - 2018-06-06
606617

618+
[v2.10.1]: https://github.com/SAP/ui5-cli/compare/v2.10.0...v2.10.1
607619
[v2.10.0]: https://github.com/SAP/ui5-cli/compare/v2.9.3...v2.10.0
608620
[v2.9.3]: https://github.com/SAP/ui5-cli/compare/v2.9.2...v2.9.3
609621
[v2.9.2]: https://github.com/SAP/ui5-cli/compare/v2.9.1...v2.9.2

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": "2.10.0",
3+
"version": "2.10.1",
44
"description": "UI5 Tooling - CLI",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)