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:
parent
7b72e99e02
commit
72bc8c5080
@ -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.
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user