diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa0dfd2..da47dd40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [25.43.1](https://github.com/bettyblocks/cli/compare/v25.43.0...v25.43.1) (2022-09-07) + + +### Bug Fixes + +* fix allowed types typing ([#343](https://github.com/bettyblocks/cli/issues/343)) ([c9ad080](https://github.com/bettyblocks/cli/commit/c9ad080)) + # [25.43.0](https://github.com/bettyblocks/cli/compare/v25.42.2...v25.43.0) (2022-09-05) diff --git a/package.json b/package.json index 618f02d4..efba6969 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betty-blocks/cli", - "version": "25.43.0", + "version": "25.43.1", "description": "A Betty Blocks CLI", "main": "build/index.js", "author": "Niek Nijland ",