Skip to content

Commit 5d1d501

Browse files
committed
chore: release v2.4.1
1 parent ea31b9f commit 5d1d501

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@
55

66

77

8+
9+
## 2.4.1 (2024-12-23)
10+
11+
#### :rocket: New Feature
12+
* [#954](https://github.com/BoykaFramework/boyka-framework/pull/954) feat(java): :sparkles: added longPress and doubleTap support for mobile ([@WasiqB](https://github.com/WasiqB))
13+
14+
#### :bug: Bug Fix
15+
* [#950](https://github.com/BoykaFramework/boyka-framework/pull/950) fix(java): :bug: added support for permissions related capabilities ([@WasiqB](https://github.com/WasiqB))
16+
17+
#### :house: Internal
18+
* [#942](https://github.com/BoykaFramework/boyka-framework/pull/942) build(deps): bump the dependencies group in /core-java with 4 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
19+
20+
#### :running_woman: Performance
21+
* [#946](https://github.com/BoykaFramework/boyka-framework/pull/946) test(java): :white_check_mark: added swipeTill method test ([@WasiqB](https://github.com/WasiqB))
22+
23+
#### Committers: 1
24+
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))
25+
826
## 2.4.0 (2024-12-12)
927

1028
#### :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.0</version>
24+
<version>2.4.1</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.0",
3+
"version": "2.4.1",
44
"description": "Ultimate Automation framework to handle automation of Web, Mobile and API applications.",
55
"type": "module",
66
"author": {

0 commit comments

Comments
 (0)