From 4bb55dcabf3a320e4a430202b194f7eda2c31cab Mon Sep 17 00:00:00 2001 From: Volker Buzek Date: Thu, 7 Sep 2023 16:09:56 +0200 Subject: [PATCH] chore(release): 1.5.6 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f57bf257..4866b512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.5.6](https://github.com/ui5-community/wdi5/compare/v1.5.5...v1.5.6) (2023-09-07) + + +### Bug Fixes + +* **webdriver:** backport safeguarding of stale element handling from wdi5^2 ([f523410](https://github.com/ui5-community/wdi5/commit/f523410f51fe760c0ecc7b59d01f38ce8aad03d5)) + ### [1.5.5](https://github.com/ui5-community/wdi5/compare/v1.5.4...v1.5.5) (2023-08-31) diff --git a/package-lock.json b/package-lock.json index bc97426b..f33a5f3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wdio-ui5-service", - "version": "1.5.5", + "version": "1.5.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wdio-ui5-service", - "version": "1.5.5", + "version": "1.5.6", "license": "(Apache-2.0 or DERIVED BEER-WARE)", "workspaces": [ ".", diff --git a/package.json b/package.json index 494de748..2d1940f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wdio-ui5-service", - "version": "1.5.5", + "version": "1.5.6", "description": "WebdriverIO plugin for testing UI5 browser-based apps", "keywords": [ "wdio-service",