Skip to content

Commit 69af55a

Browse files
committed
v8.16.0
1 parent 233c369 commit 69af55a

File tree

24 files changed

+154
-123
lines changed

24 files changed

+154
-123
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,37 @@ See [CHANGELOG - v7](https://github.com/webdriverio/webdriverio/blob/v7/CHANGELO
2121

2222
---
2323

24+
## v8.16.0 (2023-09-01)
25+
26+
#### :rocket: New Feature
27+
* `wdio-config`, `wdio-cucumber-framework`
28+
* [#11010](https://github.com/webdriverio/webdriverio/pull/11010) Adopt latest Cucumber API interface ([@tamil777selvan](https://github.com/tamil777selvan))
29+
30+
#### :bug: Bug Fix
31+
* `wdio-cucumber-framework`
32+
* [#11065](https://github.com/webdriverio/webdriverio/pull/11065) fix(@wdio/cucumber-framework): fix Cucumber types ([@erwinheitzman](https://github.com/erwinheitzman))
33+
* `wdio-cli`
34+
* [#11002](https://github.com/webdriverio/webdriverio/pull/11002) Fix tsnode options ([@erwinheitzman](https://github.com/erwinheitzman))
35+
36+
#### :nail_care: Polish
37+
* `wdio-cucumber-framework`
38+
* [#11067](https://github.com/webdriverio/webdriverio/pull/11067) Adding support for cucumber profiles & update docs ([@tamil777selvan](https://github.com/tamil777selvan))
39+
* `wdio-utils`
40+
* [#11057](https://github.com/webdriverio/webdriverio/pull/11057) fix(@wdio-utils): secure driver connections when using the built-in driv… ([@erwinheitzman](https://github.com/erwinheitzman))
41+
42+
#### :memo: Documentation
43+
* Other
44+
* [#11066](https://github.com/webdriverio/webdriverio/pull/11066) adding headspin boilerplate ([@Muralijc](https://github.com/Muralijc))
45+
* `webdriverio`
46+
* [#11061](https://github.com/webdriverio/webdriverio/pull/11061) Fix found typos ([@arturCwiklinsky](https://github.com/arturCwiklinsky))
47+
48+
#### Committers: 4
49+
- Artur Ćwikliński ([@arturCwiklinsky](https://github.com/arturCwiklinsky))
50+
- Erwin Heitzman ([@erwinheitzman](https://github.com/erwinheitzman))
51+
- Murali Jayaraman ([@Muralijc](https://github.com/Muralijc))
52+
- Tamil Selvan ([@tamil777selvan](https://github.com/tamil777selvan))
53+
54+
2455
## v8.15.10 (2023-08-29)
2556

2657
#### :bug: Bug Fix

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "8.15.10",
6+
"version": "8.16.0",
77
"command": {
88
"bootstrap": {
99
"npmClientArgs": [

0 commit comments

Comments
 (0)