diff --git a/packages/assistant/CHANGELOG.md b/packages/assistant/CHANGELOG.md index 9ff7d18d2..5f2a5d44b 100644 --- a/packages/assistant/CHANGELOG.md +++ b/packages/assistant/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/e2e-test-quest/uuv/compare/assistant-v1.5.0...assistant-v1.5.1) (2023-07-03) + + +### Bug Fixes + +* **assistant:** retrieve version from conf.json fixes [#135](https://github.com/e2e-test-quest/uuv/issues/135) ([6c19608](https://github.com/e2e-test-quest/uuv/commit/6c19608beb7ac107e969a95e1242f3997da10eb8)) + # [1.5.0](https://github.com/e2e-test-quest/uuv/compare/assistant-v1.4.3...assistant-v1.5.0) (2023-07-02) diff --git a/packages/assistant/package.json b/packages/assistant/package.json index b2c414adb..2952aacdb 100644 --- a/packages/assistant/package.json +++ b/packages/assistant/package.json @@ -1,6 +1,6 @@ { "name": "@uuv/assistant", - "version": "1.5.0", + "version": "1.5.1", "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)", "description": "UUV Helper used to improve the life of testers and developers by generating cucumber phrases from the GUI.", "license": "Apache-2.0",