1
0
mirror of https://github.com/konvajs/konva.git synced 2025-04-05 20:48:28 +08:00

update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov 2018-08-30 15:24:45 +03:00
parent 98efbca18f
commit d184af9f92
2 changed files with 7 additions and 5 deletions

View File

@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [new version][unreleased]
## [2.3.0][2018-08-30]
### Added
* new methods `path.getLength()` and `path.getPointAtLength(val)`

View File

@ -61,6 +61,11 @@ rm -r ./api
echo "documentation is generated"
echo "include konva-v${new_version}-documentation.zip into version in github"
cd ../konva
git push
git push --tags
npm publish
echo "copy konva.js into konva-site"
cp ./konva.js ../konva-site/
cd ../konva-site
@ -75,11 +80,6 @@ find source themes -exec perl -i -pe "s|${old_cdn_min}|${new_cdn_min}|g" {} +
echo "regenerate site"
./deploy.sh
cd ../konva
git push
git push --tags
npm publish
echo "DONE!"
echo "-------"