From 2b2b9dd940c32f849626441c43c47e0e48f08d75 Mon Sep 17 00:00:00 2001 From: Wasiq Amjad Bhamla Date: Thu, 3 Oct 2024 07:12:11 +0000 Subject: [PATCH] chore: release v2.1.1 --- CHANGELOG.md | 16 ++++++++++++++++ core-java/pom.xml | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a136c34..db3174516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ + +## 2.1.1 (2024-10-03) + +#### :bug: Bug Fix +* [#902](/~https://github.com/BoykaFramework/boyka-framework/pull/902) fix(website): :bug: fixing issues in the documentations ([@WasiqB](/~https://github.com/WasiqB)) +* [#903](/~https://github.com/BoykaFramework/boyka-framework/pull/903) fix(java): :bug: fixed issue when clicking hovered element ([@WasiqB](/~https://github.com/WasiqB)) + +#### :house: Internal +* [#899](/~https://github.com/BoykaFramework/boyka-framework/pull/899) build(deps): bump the dependencies group in /core-java with 8 updates ([@dependabot[bot]](/~https://github.com/apps/dependabot)) +* [#900](/~https://github.com/BoykaFramework/boyka-framework/pull/900) build(deps-dev): bump the dependencies group with 7 updates ([@dependabot[bot]](/~https://github.com/apps/dependabot)) +* [#898](/~https://github.com/BoykaFramework/boyka-framework/pull/898) build(deps-dev): bump the dependencies group across 1 directory with 14 updates ([@dependabot[bot]](/~https://github.com/apps/dependabot)) +* [#897](/~https://github.com/BoykaFramework/boyka-framework/pull/897) build(deps): bump the dependencies group across 1 directory with 6 updates ([@dependabot[bot]](/~https://github.com/apps/dependabot)) + +#### Committers: 1 +- Wasiq Bhamla ([@WasiqB](/~https://github.com/WasiqB)) + ## 2.1.0 (2024-09-08) #### :rocket: New Feature diff --git a/core-java/pom.xml b/core-java/pom.xml index 874c82a96..3be8f836c 100644 --- a/core-java/pom.xml +++ b/core-java/pom.xml @@ -21,7 +21,7 @@ 4.0.0 io.github.boykaframework boyka-framework - 2.1.0 + 2.1.1 2022 ${project.groupId}:${project.artifactId} 🎉 Ultimate test automation framework for testing any application on any platform diff --git a/package.json b/package.json index 0cacc3257..9fd9ed64a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boyka-framework", - "version": "2.1.0", + "version": "2.1.1", "description": "Ultimate Automation framework to handle automation of Web, Mobile and API applications.", "type": "module", "author": {