From 54830b85cf2fc56512fa133763663fb23f77ed18 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Mar 2023 09:43:07 +0000 Subject: [PATCH] chore(release): 25.70.0 [skip ci] # [25.70.0](https://github.com/bettyblocks/cli/compare/v25.69.0...v25.70.0) (2023-03-14) ### Features * add createNewAction in component options ([#411](https://github.com/bettyblocks/cli/issues/411)) ([8aac99a](https://github.com/bettyblocks/cli/commit/8aac99a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7200ded9..330f4bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [25.70.0](https://github.com/bettyblocks/cli/compare/v25.69.0...v25.70.0) (2023-03-14) + + +### Features + +* add createNewAction in component options ([#411](https://github.com/bettyblocks/cli/issues/411)) ([8aac99a](https://github.com/bettyblocks/cli/commit/8aac99a)) + # [25.69.0](https://github.com/bettyblocks/cli/compare/v25.68.0...v25.69.0) (2023-03-14) diff --git a/package.json b/package.json index 8eea5d60..8b163578 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betty-blocks/cli", - "version": "25.69.0", + "version": "25.70.0", "description": "A Betty Blocks CLI", "main": "build/index.js", "author": "Niek Nijland ",