update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov
2017-10-19 15:03:08 +05:30
parent 89e33a29c6
commit 1f3e4c2660
6 changed files with 18 additions and 10 deletions

View File

@@ -244,9 +244,8 @@
}
glob.Konva = Konva;
Konva.global = glob;
Konva.document = document;
Konva.window = window;
Konva.window = glob;
Konva.document = glob.document;
if (typeof exports === 'object') {
module.exports = Konva;