diff --git a/CHANGELOG.md b/CHANGELOG.md index 8348c61..5542f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 0.8.10 + +### Deprecation +- Instance's exported JSON schema was updated, please import and re-export your old exported JSON before v1.0. The old schema will still importable on `engine-js`, but it will show a deprecation notice. + +### Bug Fix +- Fix instance's createEvent call when importing JSON +- Fix node update using default input value when cable was disconnected + # 0.8.9 ### Features diff --git a/package.json b/package.json index d6b6da8..2137bc3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@blackprint/engine", "description": "Blackprint engine for JavaScript environment", - "version": "0.8.9", + "version": "0.8.10", "author": "Blackprint", "license": "MIT", "repository": {