update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov 2018-06-15 13:19:22 +07:00
parent 000b57454d
commit 4399ddb6b1

View File

@ -48,12 +48,12 @@ echo "update CDN link in REAME"
perl -i -pe "s|${old_cdn_min}|${new_cdn_min}|g" ./README.md
git commit -am "update cdn link" --allow-empty
echo "generate documentation"
npm start api
echo "create new git tag"
git tag $1
echo "generate documentation"
npm run api
echo "archive documentation"
zip -r konva-v${new_version}-documentation.zip ./api/*
rm -r ./api