From 6be313c0f86c642cbd1c34d1a4f97c416b33dea0 Mon Sep 17 00:00:00 2001 From: Wasiq Amjad Bhamla Date: Wed, 1 Jan 2025 06:44:28 +0000 Subject: [PATCH] chore: release v2.4.2 --- CHANGELOG.md | 17 +++++++++++++++++ core-java/pom.xml | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8797d5b48..863445a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ + +## 2.4.2 (2025-01-01) + +#### :rocket: New Feature +* [#962](https://github.com/BoykaFramework/boyka-framework/pull/962) feat(java): :sparkles: updated waitUntil method with timeout param ([@WasiqB](https://github.com/WasiqB)) +* [#959](https://github.com/BoykaFramework/boyka-framework/pull/959) feat(java): :zap: updated mouse related actions ([@WasiqB](https://github.com/WasiqB)) + +#### :memo: Documentation +* [#958](https://github.com/BoykaFramework/boyka-framework/pull/958) docs(website): :memo: updated the sample file in configuration document ([@mfaisalkhatri](https://github.com/mfaisalkhatri)) + +#### :house: Internal +* [#960](https://github.com/BoykaFramework/boyka-framework/pull/960) build(deps): bump com.puppycrawl.tools:checkstyle from 10.21.0 to 10.21.1 in /core-java in the dependencies group ([@dependabot[bot]](https://github.com/apps/dependabot)) + +#### Committers: 2 +- Mohammad Faisal Khatri ([@mfaisalkhatri](https://github.com/mfaisalkhatri)) +- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB)) + ## 2.4.1 (2024-12-23) #### :rocket: New Feature diff --git a/core-java/pom.xml b/core-java/pom.xml index 4d5a47e87..1ee6e18fd 100644 --- a/core-java/pom.xml +++ b/core-java/pom.xml @@ -21,7 +21,7 @@ 4.0.0 io.github.boykaframework boyka-framework - 2.4.1 + 2.4.2 2022 ${project.groupId}:${project.artifactId} 🎉 Ultimate test automation framework for testing any application on any platform diff --git a/package.json b/package.json index f9d6c2b10..ce9d140cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boyka-framework", - "version": "2.4.1", + "version": "2.4.2", "description": "Ultimate Automation framework to handle automation of Web, Mobile and API applications.", "type": "module", "author": {