From e6223b1fb2e42bf234e5ad5c618675fa19ba0837 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Jul 2023 17:44:14 +0000 Subject: [PATCH] release(assistant): 1.5.1 [skip ci] ## [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)) --- packages/assistant/CHANGELOG.md | 7 +++++++ packages/assistant/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",