mirror of
https://github.com/konvajs/konva.git
synced 2026-01-22 21:02:26 +08:00
update CHANGELOG with new version
This commit is contained in:
@@ -15,7 +15,6 @@ Konva.document = {
|
||||
};
|
||||
|
||||
// make some global injections
|
||||
global.window = Konva.window;
|
||||
global.requestAnimationFrame = cb => {
|
||||
setImmediate(cb);
|
||||
};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "konva-node",
|
||||
"version": "0.9.0",
|
||||
"version": "0.10.0",
|
||||
"description": "Konva framework for NodeJS env",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user