diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index b5a0ef6d0..03f676cc0 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [0.3.0](https://github.com/khalilou88/jnxplus/compare/common-0.2.4...common-0.3.0) (2023-05-19) + + +### Features + +* **nx-quarkus-maven:** migrate to quarkus 3 ([#209](https://github.com/khalilou88/jnxplus/issues/209)) ([b72bc15](https://github.com/khalilou88/jnxplus/commit/b72bc15c7426c33095cf2da14e7178d7b042557c)) + + + ## [0.2.4](https://github.com/khalilou88/jnxplus/compare/common-0.2.3...common-0.2.4) (2023-05-17) diff --git a/packages/common/package.json b/packages/common/package.json index 66a71dbc0..0a501dabd 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/common", - "version": "0.2.4", + "version": "0.3.0", "type": "commonjs", "main": "src/index.js", "private": false,