Skip to content

Commit a7243d9

Browse files
authored
Merge pull request jhipster#1540 from mshima/generator-jhipster-8.8.0
Update generator-jhipster to 8.8.0
2 parents 0337ccb + 3114e39 commit a7243d9

File tree

6 files changed

+798
-389
lines changed

6 files changed

+798
-389
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,8 @@ Desktop.ini
149149
######################
150150
# Code coverage
151151
######################
152-
/coverage/
153-
/.nyc_output/
152+
coverage/
153+
.nyc_output/
154+
155+
# added by generate-blueprint:
156+
generators/**/package-lock.json

.yo-rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
},
147147
"githubRepository": "jhipster/jhipster-dotnetcore",
148148
"githubWorkflows": true,
149-
"jhipsterVersion": "8.7.3",
149+
"jhipsterVersion": "8.8.0",
150150
"js": true,
151151
"localBlueprint": false,
152152
"packageJsonType": "module",

0 commit comments

Comments
 (0)