diff --git a/CHANGELOG.md b/CHANGELOG.md index 5542f58..91e9e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 0.8.11 + +### Feature +- Add options to disable cleaning the instance when importing JSON + +### Bug Fix +- Fix incorrect reference that cause error when removing environment node +- Remove internal marker to avoid dynamic port connection on outer function port + # 0.8.10 ### Deprecation diff --git a/package.json b/package.json index 2137bc3..6c2ba77 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@blackprint/engine", "description": "Blackprint engine for JavaScript environment", - "version": "0.8.10", + "version": "0.8.11", "author": "Blackprint", "license": "MIT", "repository": {