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

@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## **NOT RELEASED V8**
## 8.0.0
This is a very large release! The long term of `Konva` API is to make it simpler and faster. So when possible I am trying to optimize the code and remove unpopular/confusing API methods.

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"