diff --git a/packages/nx-maven/CHANGELOG.md b/packages/nx-maven/CHANGELOG.md index 1eb1a5b66..e8043ef03 100644 --- a/packages/nx-maven/CHANGELOG.md +++ b/packages/nx-maven/CHANGELOG.md @@ -2,6 +2,26 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [0.24.0](https://github.com/khalilou88/jnxplus/compare/nx-maven-0.23.0...nx-maven-0.24.0) (2024-01-23) + +### Dependency Updates + +* `internal-generators-files` updated to version `0.1.0` +* `common` updated to version `0.19.0` + +### Bug Fixes + +* add basePackage option ([#795](https://github.com/khalilou88/jnxplus/issues/795)) ([9800581](https://github.com/khalilou88/jnxplus/commit/9800581e0ca3c50ebd563223f4e0dafa53d78f25)) +* remove hyphen from scanBasePackages ([#794](https://github.com/khalilou88/jnxplus/issues/794)) ([18da38c](https://github.com/khalilou88/jnxplus/commit/18da38c1d73b399f22195b56bf0e408b8f924915)) + + +### Features + +* change name generator to kmp ([#760](https://github.com/khalilou88/jnxplus/issues/760)) ([df45848](https://github.com/khalilou88/jnxplus/commit/df4584872c28e58a041b88c44c5d8e7810b5dd80)) +* **generators:** add version catalog support ([#776](https://github.com/khalilou88/jnxplus/issues/776)) ([438d5c0](https://github.com/khalilou88/jnxplus/commit/438d5c0dc8cab532c0ec23e81ff07dc89a2d2074)) + + + # [0.23.0](https://github.com/khalilou88/jnxplus/compare/nx-maven-0.22.10...nx-maven-0.23.0) (2024-01-12) ### Dependency Updates diff --git a/packages/nx-maven/package.json b/packages/nx-maven/package.json index 151f54c2a..abba39f59 100644 --- a/packages/nx-maven/package.json +++ b/packages/nx-maven/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/nx-maven", - "version": "0.23.0", + "version": "0.24.0", "type": "commonjs", "main": "src/index.js", "generators": "./generators.json",