From 01358e6d640c44a5b02c8d5807f7488aa5f46466 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Nov 2022 13:17:43 +0000 Subject: [PATCH] chore(release): 25.57.0 [skip ci] # [25.57.0](https://github.com/bettyblocks/cli/compare/v25.56.1...v25.57.0) (2022-11-21) ### Features * add allowRelations to optionConfiguration ([#371](https://github.com/bettyblocks/cli/issues/371)) ([9443f6b](https://github.com/bettyblocks/cli/commit/9443f6b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3a9ed62..b1bd3007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [25.57.0](https://github.com/bettyblocks/cli/compare/v25.56.1...v25.57.0) (2022-11-21) + + +### Features + +* add allowRelations to optionConfiguration ([#371](https://github.com/bettyblocks/cli/issues/371)) ([9443f6b](https://github.com/bettyblocks/cli/commit/9443f6b)) + ## [25.56.1](https://github.com/bettyblocks/cli/compare/v25.56.0...v25.56.1) (2022-11-16) diff --git a/package.json b/package.json index a4d4df27..27274f87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betty-blocks/cli", - "version": "25.56.1", + "version": "25.57.0", "description": "A Betty Blocks CLI", "main": "build/index.js", "author": "Niek Nijland ",