Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Mar 23, 2024
1 parent 6bcf636 commit ee41843
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator-micronaut /bin
## Compatibility

| Micronaut Blueprint | Micronaut | JHipster |
| ------------------- | --------- | -------- |
|---------------------|-----------|----------|
| 3.1.0 | 4.3.6 | 8.2.1 |
| 3.0.0 | 4.2.0 | 8.1.0 |
| 2.0.0 | 3.10.1 | 7.9.3 |
| 1.0.2 | 2.4.4 | 6.10.5 |
Expand All @@ -97,3 +98,11 @@ docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator-micronaut /bin

Interested in contributing?
Check out our [contributing guide](https://github.com/jhipster/generator-jhipster-micronaut/blob/main/CONTRIBUTING.md) to get started.

## Help

Please post any questions in [this project's discussions](https://github.com/jhipster/generator-jhipster-micronaut/discussions), or on [Stack Overflow with a `jhipster` tag](https://stackoverflow.com/questions/tagged/jhipster).

## License

Apache 2.0, see [LICENSE](LICENSE).
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-jhipster-micronaut",
"version": "3.0.0",
"version": "3.1.0",
"description": "A Micronaut application generator for JHipster",
"keywords": [
"yeoman-generator",
Expand Down

0 comments on commit ee41843

Please sign in to comment.