Skip to content

Commit 110438d

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

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
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
10+
## [@wdio/native-spy@1.0.10] - 2026-04-22
11+
12+
[Full Changelog](https://github.com/webdriverio/desktop-mobile.git/compare/[email protected])
13+
14+
### Added
15+
- address mocking failures (#235)
16+
917
## [@wdio/electron-service@10.0.0-next.8] - 2026-04-18
1018

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

packages/native-spy/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-spy",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "Minimal mock function implementation for WebdriverIO Native Desktop Services",
55
"homepage": "https://github.com/webdriverio/desktop-mobile/tree/main/packages/native-spy",
66
"license": "MIT",
@@ -47,7 +47,11 @@
4747
"typescript": "^5.9.3",
4848
"vitest": "^4.0.18"
4949
},
50-
"files": ["dist", "LICENSE", "README.md"],
50+
"files": [
51+
"dist",
52+
"LICENSE",
53+
"README.md"
54+
],
5155
"repository": {
5256
"type": "git",
5357
"url": "https://github.com/webdriverio/desktop-mobile.git",

0 commit comments

Comments
 (0)