Skip to content

Commit a997bd7

Browse files
release: cut the 6.0.0 release (#248)
* release: cut the 6.0.0 release * release: cut the 6.0.0 release * release: cut the 6.0.0 release * release: cut the 6.0.0 release * chore: fix title
1 parent 7b2c8b8 commit a997bd7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
# [6.0.0](https://github.com/NativeScript/nativescript-dev-appium/compare/5.3.0...6.0.0) (2019-08-08)
33

44

5+
### Bug Fixes
6+
7+
* **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))
8+
* 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))
9+
* remove duplicated property ([#243](https://github.com/NativeScript/nativescript-dev-appium/issues/243)) ([ec2c558](https://github.com/NativeScript/nativescript-dev-appium/commit/ec2c558))
10+
* **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))
11+
12+
513
### Features
614

715
* driver.getOrientation()
@@ -45,7 +53,6 @@ Now:
4553
`driver.imageHelper.options.isDeviceSpecific = false;`
4654

4755

48-
4956
<a name="5.3.0"></a>
5057
# [5.3.0](https://github.com/NativeScript/nativescript-dev-appium/compare/v5.2.0...v5.3.0) (2019-06-10)
5158

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@
5858
"test": "mocha --timeout 999999",
5959
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)