update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov
2019-09-17 12:57:01 -05:00
parent 870bbfb2cc
commit 1fa53d73e0
4 changed files with 7 additions and 16 deletions

View File

@@ -36,7 +36,8 @@ git pull >/dev/null
echo "Lint, build and test"
npm run lint >/dev/null
npm run build >/dev/null
npm run full-build >/dev/null
echo "commit change log updates"
git commit -am "update CHANGELOG with new version" --allow-empty >/dev/null