Skip to content

Commit d7b49c4

Browse files
chore: release @wdio/[email protected] [skip ci]
1 parent fc4ee04 commit d7b49c4

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99

1010

11+
12+
## [@wdio/native-utils@2.2.0] - 2026-04-22
13+
14+
[Full Changelog](https://github.com/webdriverio/desktop-mobile.git/compare/[email protected])
15+
16+
### Added
17+
- address mocking failures (#235)
18+
1119
## [@wdio/native-types@2.2.0] - 2026-04-22
1220

1321
[Full Changelog](https://github.com/webdriverio/desktop-mobile.git/compare/[email protected])

packages/native-utils/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/native-utils",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Utilities for WebdriverIO Native Desktop Services",
55
"homepage": "https://github.com/webdriverio/desktop-mobile/tree/main/packages/native-utils",
66
"license": "MIT",
@@ -56,7 +56,11 @@
5656
"typescript": "^5.9.3",
5757
"vitest": "^4.0.18"
5858
},
59-
"files": ["dist", "LICENSE", "README.md"],
59+
"files": [
60+
"dist",
61+
"LICENSE",
62+
"README.md"
63+
],
6064
"publishConfig": {
6165
"access": "public",
6266
"provenance": true

0 commit comments

Comments
 (0)