Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 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))
  • Loading branch information
semantic-release-bot committed Jul 10, 2024
1 parent 10a00cb commit 8af6ce8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 1.0.0 (2024-07-10)

### Bug Fixes

* 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))

### Miscellaneous Chores

* 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))
* 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))
* 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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"appium",
"flutter"
],
"version": "1.0.2",
"version": "1.0.0",
"author": "",
"license": "MIT License",
"repository": {
Expand Down

0 comments on commit 8af6ce8

Please sign in to comment.