Skip to content

Commit 792e679

Browse files
committed
chore: release v2.3.0
1 parent 044c63c commit 792e679

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
@@ -2,6 +2,23 @@
22

33

44

5+
6+
## 2.3.0 (2024-11-09)
7+
8+
#### :rocket: New Feature
9+
* [#923](https://github.com/BoykaFramework/boyka-framework/pull/923) feat(java): :sparkles: allowed using default instance for api request and locators ([@WasiqB](https://github.com/WasiqB))
10+
11+
#### :house: Internal
12+
* [#924](https://github.com/BoykaFramework/boyka-framework/pull/924) build(deps): bump the dependencies group across 1 directory with 9 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
13+
* [#920](https://github.com/BoykaFramework/boyka-framework/pull/920) build(deps-dev): bump the dependencies group with 10 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
14+
* [#918](https://github.com/BoykaFramework/boyka-framework/pull/918) build(deps): bump futureware-tech/simulator-action from 3 to 4 in the dependencies group ([@dependabot[bot]](https://github.com/apps/dependabot))
15+
* [#919](https://github.com/BoykaFramework/boyka-framework/pull/919) build(deps-dev): bump the dependencies group with 6 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
16+
* [#917](https://github.com/BoykaFramework/boyka-framework/pull/917) build(deps): bump the dependencies group in /core-java with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
17+
* [#916](https://github.com/BoykaFramework/boyka-framework/pull/916) build(deps): bump the dependencies group with 8 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
18+
19+
#### Committers: 1
20+
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))
21+
522
## 2.2.0 (2024-10-17)
623

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

0 commit comments

Comments
 (0)