Skip to content

Commit 6be313c

Browse files
committed
chore: release v2.4.2
1 parent f451a6a commit 6be313c

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@
66

77

88

9+
10+
## 2.4.2 (2025-01-01)
11+
12+
#### :rocket: New Feature
13+
* [#962](https://github.com/BoykaFramework/boyka-framework/pull/962) feat(java): :sparkles: updated waitUntil method with timeout param ([@WasiqB](https://github.com/WasiqB))
14+
* [#959](https://github.com/BoykaFramework/boyka-framework/pull/959) feat(java): :zap: updated mouse related actions ([@WasiqB](https://github.com/WasiqB))
15+
16+
#### :memo: Documentation
17+
* [#958](https://github.com/BoykaFramework/boyka-framework/pull/958) docs(website): :memo: updated the sample file in configuration document ([@mfaisalkhatri](https://github.com/mfaisalkhatri))
18+
19+
#### :house: Internal
20+
* [#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))
21+
22+
#### Committers: 2
23+
- Mohammad Faisal Khatri ([@mfaisalkhatri](https://github.com/mfaisalkhatri))
24+
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))
25+
926
## 2.4.1 (2024-12-23)
1027

1128
#### :rocket: New Feature

core-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>io.github.boykaframework</groupId>
2323
<artifactId>boyka-framework</artifactId>
24-
<version>2.4.1</version>
24+
<version>2.4.2</version>
2525
<inceptionYear>2022</inceptionYear>
2626
<name>${project.groupId}:${project.artifactId}</name>
2727
<description>🎉 Ultimate test automation framework for testing any application on any platform</description>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boyka-framework",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "Ultimate Automation framework to handle automation of Web, Mobile and API applications.",
55
"type": "module",
66
"author": {

0 commit comments

Comments
 (0)