From 7418351f1f28d99217272dacad96f977f0c769a2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Jul 2024 11:54:08 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/compare/v1.1.0...v1.1.1) (2024-07-23) ### Bug Fixes * update readMe and also add locator argument for doubleClick and longpress ([#76](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/issues/76)) ([904d875](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/commit/904d875f63647560fe019fe5c937792b927583ca)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d04e8c..0779d52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.1.1](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/compare/v1.1.0...v1.1.1) (2024-07-23) + +### Bug Fixes + +* update readMe and also add locator argument for doubleClick and longpress ([#76](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/issues/76)) ([904d875](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/commit/904d875f63647560fe019fe5c937792b927583ca)) + ## [1.1.0](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/compare/v1.0.7...v1.1.0) (2024-07-19) ### Features diff --git a/package.json b/package.json index 6d75fa1..0cb382d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "appium", "flutter" ], - "version": "1.1.0", + "version": "1.1.1", "author": "", "license": "MIT License", "repository": {