diff --git a/packages/nx-maven/CHANGELOG.md b/packages/nx-maven/CHANGELOG.md index d1750d39b..503750823 100644 --- a/packages/nx-maven/CHANGELOG.md +++ b/packages/nx-maven/CHANGELOG.md @@ -2,6 +2,18 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [0.13.0](https://github.com/khalilou88/jnxplus/compare/nx-maven-0.12.1...nx-maven-0.13.0) (2023-10-20) + +### Dependency Updates + +* `common` updated to version `0.12.0` + +### Features + +* **generators:** change useSubfolder to mavenRootDirectory option ([#539](https://github.com/khalilou88/jnxplus/issues/539)) ([4e6fe55](https://github.com/khalilou88/jnxplus/commit/4e6fe55c690016e9274c59cf64d750afd1abaa25)) + + + ## [0.12.1](https://github.com/khalilou88/jnxplus/compare/nx-maven-0.12.0...nx-maven-0.12.1) (2023-10-20) ### Dependency Updates diff --git a/packages/nx-maven/package.json b/packages/nx-maven/package.json index 6a0caa9f8..d502fc86e 100644 --- a/packages/nx-maven/package.json +++ b/packages/nx-maven/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/nx-maven", - "version": "0.12.1", + "version": "0.13.0", "type": "commonjs", "main": "src/index.js", "generators": "./generators.json",