Skip to content

Commit

Permalink
chore: release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Oct 17, 2024
1 parent 7b1b596 commit 04aea95
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
@@ -1,6 +1,23 @@




## 2.2.0 (2024-10-17)

#### :rocket: New Feature
* [#914](https://github.com/BoykaFramework/boyka-framework/pull/914) feat(java): :sparkles: added new screenshot method to get content ([@WasiqB](https://github.com/WasiqB))
* [#912](https://github.com/BoykaFramework/boyka-framework/pull/912) feat(java): :sparkles: boolean values handled as test data in excel s… ([@mfaisalkhatri](https://github.com/mfaisalkhatri))
* [#909](https://github.com/BoykaFramework/boyka-framework/pull/909) feat(java): :sparkles: added experimental options support for web ([@WasiqB](https://github.com/WasiqB))

#### :house: Internal
* [#913](https://github.com/BoykaFramework/boyka-framework/pull/913) build(deps-dev): bump the dependencies group with 8 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#910](https://github.com/BoykaFramework/boyka-framework/pull/910) build(deps): bump the dependencies group in /core-java with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#911](https://github.com/BoykaFramework/boyka-framework/pull/911) build(deps-dev): bump the dependencies group with 7 updates ([@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.1.1 (2024-10-03)

#### :bug: Bug Fix
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.1.1</version>
<version>2.2.0</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.1.1",
"version": "2.2.0",
"description": "Ultimate Automation framework to handle automation of Web, Mobile and API applications.",
"type": "module",
"author": {
Expand Down

0 comments on commit 04aea95

Please sign in to comment.