diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index b1743aadc..016fd4317 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.5.0](https://github.com/khalilou88/jnxplus/compare/common-0.4.0...common-0.5.0) (2023-05-28) + + +### Features + +* **executors:** move quarkus build-image executor to common lib ([#236](https://github.com/khalilou88/jnxplus/issues/236)) ([0400100](https://github.com/khalilou88/jnxplus/commit/04001009afb1f2d4e3f195a877a9d1123304f90e)) + + + # [0.4.0](https://github.com/khalilou88/jnxplus/compare/common-0.3.1...common-0.4.0) (2023-05-27) diff --git a/packages/common/package.json b/packages/common/package.json index 84817297f..07ccd9c8d 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/common", - "version": "0.4.0", + "version": "0.5.0", "type": "commonjs", "main": "src/index.js", "private": false,