From 444adc44889b120b3a8c901716e9cb3af3925378 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Nov 2024 09:52:04 +0000 Subject: [PATCH] chore(release): 25.99.0 [skip ci] # [25.99.0](https://github.com/bettyblocks/cli/compare/v25.98.1...v25.99.0) (2024-11-18) ### Features * add createActionInputVariable ([#475](https://github.com/bettyblocks/cli/issues/475)) ([879d251](https://github.com/bettyblocks/cli/commit/879d251)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79aa9563..c4e44702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [25.99.0](https://github.com/bettyblocks/cli/compare/v25.98.1...v25.99.0) (2024-11-18) + + +### Features + +* add createActionInputVariable ([#475](https://github.com/bettyblocks/cli/issues/475)) ([879d251](https://github.com/bettyblocks/cli/commit/879d251)) + ## [25.98.1](https://github.com/bettyblocks/cli/compare/v25.98.0...v25.98.1) (2024-11-13) diff --git a/package.json b/package.json index a86fbcf9..402d6c05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betty-blocks/cli", - "version": "25.98.1", + "version": "25.99.0", "description": "A Betty Blocks CLI", "main": "build/index.js", "author": "Niek Nijland ",