Skip to content

Commit ebbbe3d

Browse files
chore: release @wdio/[email protected] [skip ci]
1 parent 7f2779b commit ebbbe3d

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

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

1313

1414

15+
16+
## [@wdio/native-spy@1.0.9] - 2026-04-17
17+
18+
[Full Changelog](https://github.com/webdriverio/desktop-mobile.git/compare/[email protected])
19+
20+
### Changed
21+
- bump version of @wdio/native-spy to 1.0.8
22+
- bump version of @wdio/native-spy to 1.0.7
23+
1524
## [@wdio/native-spy@1.0.6] - 2026-04-17
1625

1726
[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.8",
3+
"version": "1.0.9",
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)