Skip to content

Commit f1a0db2

Browse files
committed
Release 3.2.0
1 parent a508e96 commit f1a0db2

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
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/v3.1.3...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.2.0...HEAD).
6+
7+
<a name="v3.2.0"></a>
8+
## [v3.2.0] - 2023-06-06
9+
### Dependency Updates
10+
- Bump [@ui5](https://github.com/ui5)/project from 3.3.1 to 3.3.2 [`a508e96`](https://github.com/SAP/ui5-cli/commit/a508e966fb15de82c64754171fbd2202af3128e3)
11+
- Bump [@ui5](https://github.com/ui5)/server from 3.1.2 to 3.1.3 [`888fc0c`](https://github.com/SAP/ui5-cli/commit/888fc0cf918994cab1e3c84beac757e609a61566)
12+
- Bump [@ui5](https://github.com/ui5)/builder from 3.0.4 to 3.0.5 [`1155cfc`](https://github.com/SAP/ui5-cli/commit/1155cfccb57f7d588063999719d1a0814fd7e939)
13+
14+
### Features
15+
- **SNAPSHOT Consumption:** Add cache-mode parameter ([#633](https://github.com/SAP/ui5-cli/issues/633)) [`61d0865`](https://github.com/SAP/ui5-cli/commit/61d0865416eaee9bfc08195f636c60ad4f64e13f)
16+
- **ui5 tree:** Add 'level' and 'flat' parameters ([#635](https://github.com/SAP/ui5-cli/issues/635)) [`284d9ea`](https://github.com/SAP/ui5-cli/commit/284d9ea9f75967257859b7763e7b9a09a3b219cf)
17+
618

719
<a name="v3.1.3"></a>
820
## [v3.1.3] - 2023-05-23
@@ -1039,6 +1051,7 @@ Only Node.js v10 or higher is supported.
10391051

10401052
<a name="v0.0.1"></a>
10411053
## v0.0.1 - 2018-06-06
1054+
[v3.2.0]: https://github.com/SAP/ui5-cli/compare/v3.1.3...v3.2.0
10421055
[v3.1.3]: https://github.com/SAP/ui5-cli/compare/v3.1.2...v3.1.3
10431056
[v3.1.2]: https://github.com/SAP/ui5-cli/compare/v3.1.1...v3.1.2
10441057
[v3.1.1]: https://github.com/SAP/ui5-cli/compare/v3.1.0...v3.1.1

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
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": "3.1.3",
3+
"version": "3.2.0",
44
"description": "UI5 Tooling - CLI",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)