From 40c36f85e128072d284509ac89f29fafb10c7946 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Nov 2022 08:09:48 +0000 Subject: [PATCH] chore(release): 25.56.0 [skip ci] # [25.56.0](https://github.com/bettyblocks/cli/compare/v25.55.0...v25.56.0) (2022-11-15) ### Features * build v2 interactions ([c81ea40](https://github.com/bettyblocks/cli/commit/c81ea40)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7068e21..8dc48f75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [25.56.0](https://github.com/bettyblocks/cli/compare/v25.55.0...v25.56.0) (2022-11-15) + + +### Features + +* build v2 interactions ([c81ea40](https://github.com/bettyblocks/cli/commit/c81ea40)) + # [25.55.0](https://github.com/bettyblocks/cli/compare/v25.54.0...v25.55.0) (2022-11-14) diff --git a/package.json b/package.json index 8eee1792..35208209 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betty-blocks/cli", - "version": "25.55.0", + "version": "25.56.0", "description": "A Betty Blocks CLI", "main": "build/index.js", "author": "Niek Nijland ",