Skip to content

Commit 7321b7e

Browse files
committed
3.7.0
1 parent 63f4303 commit 7321b7e

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [3.7.0](https://github.com/SAP/generator-easy-ui5/compare/v3.6.3...v3.7.0) (2023-11-29)
2+
3+
### Bug Fixes
4+
5+
- await Environment.lookup ([#132](https://github.com/SAP/generator-easy-ui5/issues/132)) ([#133](https://github.com/SAP/generator-easy-ui5/issues/133)) ([9f614d2](https://github.com/SAP/generator-easy-ui5/commit/9f614d21d8f22019de579aa03406806cb533d5a6))
6+
7+
### Features
8+
9+
- update the min nodejs version to 18 ([06385f4](https://github.com/SAP/generator-easy-ui5/commit/06385f44d4de6b31f3cb25e6cd2a1bd74117b685))
10+
111
## [3.6.3](https://github.com/SAP/generator-easy-ui5/compare/v3.5.1...v3.6.3) (2023-09-14)
212

313
### Bug Fixes

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-easy-ui5",
3-
"version": "3.6.3",
3+
"version": "3.7.0",
44
"description": "Generator for UI5-based project",
55
"main": "generators/app/index.js",
66
"type": "module",
@@ -12,7 +12,7 @@
1212
"node": ">=18"
1313
},
1414
"scripts": {
15-
"prepublishOnly": "npx yo ./ project --embed",
15+
"prepublishOnly": "npx yo@4.3.1 ./ project --embed",
1616
"start": "yo easy-ui5 project",
1717
"test": "mocha",
1818
"test:subgen:list": "yo easy-ui5 project --list",

0 commit comments

Comments
 (0)