update changelog with info about bumping chromedriver version

This commit is contained in:
Jonathan Lipps
2014-08-07 16:28:15 -07:00
parent 2a4b624a70
commit 7e8164d1c6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -40,6 +40,7 @@ CHANGES IN VERSION 1.2.1 (from 1.2.0)
reliable
- fix grunt-helpers bug when building appium on windows
- retry all adb commands to make all adb commands less flakey
- upgrade chromedriver to 2.10
#### Selendroid
- fix for setValue and getContexts methods, they were not using a custom
+1 -1
View File
@@ -48,7 +48,7 @@ fi
set -e
echo "Getting latest from upstream:$branch"
git pull upstream $branch
./reset.sh --hardcore --real-safari --chromedriver-install-all --chromedriver-version 2.9
./reset.sh --hardcore --real-safari --chromedriver-install-all --chromedriver-version 2.10
npm publish
version=$(cat package.json | underscore extract version | sed 's/\"//g')
git tag -a "v$version" -m "tag appium@$version for npm publish"