Skip to content

Commit

Permalink
3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petermuessig committed Nov 29, 2023
1 parent 63f4303 commit 7321b7e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [3.7.0](https://github.com/SAP/generator-easy-ui5/compare/v3.6.3...v3.7.0) (2023-11-29)

### Bug Fixes

- 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))

### Features

- update the min nodejs version to 18 ([06385f4](https://github.com/SAP/generator-easy-ui5/commit/06385f44d4de6b31f3cb25e6cd2a1bd74117b685))

## [3.6.3](https://github.com/SAP/generator-easy-ui5/compare/v3.5.1...v3.6.3) (2023-09-14)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-easy-ui5",
"version": "3.6.3",
"version": "3.7.0",
"description": "Generator for UI5-based project",
"main": "generators/app/index.js",
"type": "module",
Expand All @@ -12,7 +12,7 @@
"node": ">=18"
},
"scripts": {
"prepublishOnly": "npx yo ./ project --embed",
"prepublishOnly": "npx yo@4.3.1 ./ project --embed",
"start": "yo easy-ui5 project",
"test": "mocha",
"test:subgen:list": "yo easy-ui5 project --list",
Expand Down

0 comments on commit 7321b7e

Please sign in to comment.