update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov
2021-05-21 11:01:24 -05:00
parent 7b72e99e02
commit 72bc8c5080
2 changed files with 4 additions and 4 deletions

View File

@@ -34,9 +34,9 @@ echo "New version: ${new_version}"
echo "Pulling"
git pull >/dev/null
echo "Lint, build and test"
npm run lint >/dev/null
npm run full-build >/dev/null
echo "build and test"
npm run build >/dev/null
npm run test
echo "commit change log updates"