diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4cad3..f60915b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ # [6.0.0](https://github.com/NativeScript/nativescript-dev-appium/compare/5.3.0...6.0.0) (2019-08-08) +### Bug Fixes + +* **image-helper:** set image name counter ([#237](https://github.com/NativeScript/nativescript-dev-appium/issues/237)) ([c075af8](https://github.com/NativeScript/nativescript-dev-appium/commit/c075af8)) +* provide mandatory automation name for Android ([#242](https://github.com/NativeScript/nativescript-dev-appium/issues/242)) ([032229f](https://github.com/NativeScript/nativescript-dev-appium/commit/032229f)) +* remove duplicated property ([#243](https://github.com/NativeScript/nativescript-dev-appium/issues/243)) ([ec2c558](https://github.com/NativeScript/nativescript-dev-appium/commit/ec2c558)) +* **setOrientation:** calc view port according to automation name ([#244](https://github.com/NativeScript/nativescript-dev-appium/issues/244)) ([620a9e8](https://github.com/NativeScript/nativescript-dev-appium/commit/620a9e8)) + + ### Features * driver.getOrientation() @@ -45,7 +53,6 @@ Now: `driver.imageHelper.options.isDeviceSpecific = false;` - # [5.3.0](https://github.com/NativeScript/nativescript-dev-appium/compare/v5.2.0...v5.3.0) (2019-06-10) diff --git a/package.json b/package.json index b1ce790..8988766 100644 --- a/package.json +++ b/package.json @@ -58,4 +58,4 @@ "test": "mocha --timeout 999999", "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md" } -} \ No newline at end of file +}