update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov 2017-10-08 14:18:57 +04:00
parent 8e5ccc5746
commit 08faa14996

View File

@ -27,6 +27,9 @@ while true; do
esac
done
echo "Pulling"
git pull
echo "lint and test"
npm start lint test