Skip to content

Commit

Permalink
v8.28.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wdio-bot committed Jan 20, 2024
1 parent 60adf1f commit 3ce19a7
Show file tree
Hide file tree
Showing 25 changed files with 210 additions and 192 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,24 @@ See [CHANGELOG - v7](https://github.com/webdriverio/webdriverio/blob/v7/CHANGELO

---

## v8.28.8 (2024-01-20)

#### :bug: Bug Fix
* `wdio-jasmine-framework`, `wdio-utils`
* [#11957](https://github.com/webdriverio/webdriverio/pull/11957) Closes [#11684](https://github.com/webdriverio/webdriverio/issues/11684): Improve AfterTest() for Jasmine ([@tech-dm-klymenko](https://github.com/tech-dm-klymenko))

#### :memo: Documentation
* Other
* [#12052](https://github.com/webdriverio/webdriverio/pull/12052) Update AUTHORS.md ([@wswebcreation](https://github.com/wswebcreation))
* `wdio-cli`
* [#12046](https://github.com/webdriverio/webdriverio/pull/12046) Add QUnit service ([@mauriciolauffer](https://github.com/mauriciolauffer))

#### Committers: 3
- Dmytro Klymenko ([@tech-dm-klymenko](https://github.com/tech-dm-klymenko))
- Mauricio Lauffer ([@mauriciolauffer](https://github.com/mauriciolauffer))
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))


## v8.28.6 (2024-01-18)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "8.28.7",
"version": "8.28.8",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down

0 comments on commit 3ce19a7

Please sign in to comment.