Skip to content

Commit

Permalink
chore: release v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Jan 1, 2025
1 parent f451a6a commit 6be313c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion core-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.boykaframework</groupId>
<artifactId>boyka-framework</artifactId>
<version>2.4.1</version>
<version>2.4.2</version>
<inceptionYear>2022</inceptionYear>
<name>${project.groupId}:${project.artifactId}</name>
<description>🎉 Ultimate test automation framework for testing any application on any platform</description>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6be313c

Please sign in to comment.