Skip to content

Commit 8af6ce8

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2024-07-10) ### Bug Fixes * Respect adb settings provided to the driver ([#19](#19)) ([e3a0148](e3a0148)) ### Miscellaneous Chores * Add server status validation ([#40](#40)) ([20299df](20299df)) * setup semantic release ([#41](#41)) ([10a00cb](10a00cb)) * Use logger attached to the driver instance where possible ([#33](#33)) ([639aef8](639aef8))
1 parent 10a00cb commit 8af6ce8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 1.0.0 (2024-07-10)
2+
3+
### Bug Fixes
4+
5+
* Respect adb settings provided to the driver ([#19](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/issues/19)) ([e3a0148](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/commit/e3a0148c107a77aea776df3b729f3190cb83a5b4))
6+
7+
### Miscellaneous Chores
8+
9+
* Add server status validation ([#40](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/issues/40)) ([20299df](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/commit/20299df550ee0ba5180250ab58db759fc1d30c43))
10+
* setup semantic release ([#41](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/issues/41)) ([10a00cb](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/commit/10a00cb311090f2da90290e41d1089c90c4328b8))
11+
* Use logger attached to the driver instance where possible ([#33](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/issues/33)) ([639aef8](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/commit/639aef80009b878c4b9fb8c706ae0e6e14334fd9))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"appium",
66
"flutter"
77
],
8-
"version": "1.0.2",
8+
"version": "1.0.0",
99
"author": "",
1010
"license": "MIT License",
1111
"repository": {

0 commit comments

Comments
 (0)