diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b17a9ec..500cfd59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [22.36.5](https://github.com/bettyblocks/cli/compare/v22.36.4...v22.36.5) (2020-01-10) + + +### Bug Fixes + +* raise error when a component/prefab doesn't return anything ([#90](https://github.com/bettyblocks/cli/issues/90)) ([3bf433d](https://github.com/bettyblocks/cli/commit/3bf433d)) + ## [22.36.4](https://github.com/bettyblocks/cli/compare/v22.36.3...v22.36.4) (2020-01-03) diff --git a/package.json b/package.json index 97b0ab4b..081f40a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betty-blocks/cli", - "version": "22.36.4", + "version": "22.36.5", "description": "A Betty Blocks CLI", "main": "build/index.js", "author": "Niek Nijland ",