update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov 2019-03-06 22:51:34 -05:00
parent e88a485458
commit 5cd523ed98
2 changed files with 12 additions and 8 deletions

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [3.1.7][2019-03-06]
* Better modules and TS types
## [3.1.6][2019-02-27]
* Fix commonjs exports

View File

@ -74,20 +74,20 @@ npm publish >/dev/null
echo "copy konva.js into konva-site"
cp ./konva.js ../konva-site/
cd ../konva-site
# cd ../konva-site
echo "replace CDN links"
# echo "replace CDN links"
find source themes -exec perl -i -pe "s|${old_cdn}|${new_cdn}|g" {} + >/dev/null
find source themes -exec perl -i -pe "s|${old_cdn_min}|${new_cdn_min}|g" {} + >/dev/null
# find source themes -exec perl -i -pe "s|${old_cdn}|${new_cdn}|g" {} + >/dev/null
# find source themes -exec perl -i -pe "s|${old_cdn_min}|${new_cdn_min}|g" {} + >/dev/null
echo "regenerate site"
./deploy.sh >/dev/null
# echo "regenerate site"
# ./deploy.sh >/dev/null
echo "DONE!"
echo "-------"
echo "Now you need:"
echo "create new relese in github and attach documentation https://github.com/konvajs/konva/releases"
echo "update CDN link to ${new_cdn} at http://codepen.io/lavrton/pen/myBPGo"
echo "1. Update CDN link to ${new_cdn} at http://codepen.io/lavrton/pen/myBPGo"
echo "2. Update cdn links on konva website from ${old_version} to ${new_version}"