From 733c8576b4f74164a1281e047798b9e2342ac63b Mon Sep 17 00:00:00 2001 From: dpgraham Date: Thu, 27 Jul 2017 16:20:00 -0700 Subject: [PATCH] Preparing for v1.1.1 * v1.1.0 didn't have the scrollable element fix --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0076103fb..e593916cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.1.1](https://github.com/appium/appium-desktop/compare/v1.1.0...v1.1.1) (2017-07-27) + +### Changes +* Fix: Scrolling in selected element card (#236) +* Fix: Recorder css and add docs for recorder + ## [1.1.0](https://github.com/appium/appium-desktop/compare/v1.0.0...v1.1.0) (2017-07-24) ### Changes diff --git a/package.json b/package.json index 22a060a58..23f797a3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-desktop", - "version": "1.1.0", + "version": "1.1.1", "description": "Graphical interface for the Appium server, and an app inspector", "repository": { "type": "git",