Skip to content

Commit fc4ee04

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

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
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88

99

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

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

packages/native-types/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-types",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Type definitions for WebdriverIO Native Desktop Services (Electron and Tauri)",
55
"homepage": "https://github.com/webdriverio/desktop-mobile/tree/main/packages/native-types",
66
"license": "MIT",
@@ -45,7 +45,11 @@
4545
"typescript": "^5.9.3",
4646
"webdriverio": "catalog:default"
4747
},
48-
"files": ["dist", "LICENSE", "README.md"],
48+
"files": [
49+
"dist",
50+
"LICENSE",
51+
"README.md"
52+
],
4953
"publishConfig": {
5054
"access": "public",
5155
"provenance": true

0 commit comments

Comments
 (0)