Skip to content

Commit fd3e8c8

Browse files
committed
Release 3.0.7
1 parent 9f995f9 commit fd3e8c8

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
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.0.6...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.0.7...HEAD).
6+
7+
<a name="v3.0.7"></a>
8+
## [v3.0.7] - 2023-04-12
9+
### Bug Fixes
10+
- Exit with code 1 when using unsupported Node.js version [`b232f83`](https://github.com/SAP/ui5-cli/commit/b232f8369a64bac2a1a599fe22d3d1ef03ff6eb0)
11+
- **init:** Use specVersion 3.0 [`45d0422`](https://github.com/SAP/ui5-cli/commit/45d04228052d2170c3b3c80f096c35d4c1fe0906)
12+
13+
### Dependency Updates
14+
- Bump [@ui5](https://github.com/ui5)/project from 3.1.0 to 3.1.1 [`9f995f9`](https://github.com/SAP/ui5-cli/commit/9f995f980c3bef402771bfa3f321422949540e82)
15+
- Bump [@ui5](https://github.com/ui5)/server from 3.1.1 to 3.1.2 [`145a88c`](https://github.com/SAP/ui5-cli/commit/145a88c90e0fda450d7fa6c44b724220736adede)
16+
- Bump [@ui5](https://github.com/ui5)/builder from 3.0.1 to 3.0.2 [`caaa457`](https://github.com/SAP/ui5-cli/commit/caaa457f58ba45a79de4fa9ca3c7f594c9eb7f1e)
17+
- Bump open from 8.4.2 to 9.1.0 [`978c0b4`](https://github.com/SAP/ui5-cli/commit/978c0b432c4c6d1b21ef59b3e10ac0920ce3c934)
18+
619

720
<a name="v3.0.6"></a>
821
## [v3.0.6] - 2023-03-31
@@ -994,6 +1007,7 @@ Only Node.js v10 or higher is supported.
9941007

9951008
<a name="v0.0.1"></a>
9961009
## v0.0.1 - 2018-06-06
1010+
[v3.0.7]: https://github.com/SAP/ui5-cli/compare/v3.0.6...v3.0.7
9971011
[v3.0.6]: https://github.com/SAP/ui5-cli/compare/v3.0.5...v3.0.6
9981012
[v3.0.5]: https://github.com/SAP/ui5-cli/compare/v3.0.4...v3.0.5
9991013
[v3.0.4]: https://github.com/SAP/ui5-cli/compare/v3.0.3...v3.0.4

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

0 commit comments

Comments
 (0)