From 9ef5b57895b2617a17cf9be933ed045456fc6272 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 13 Nov 2024 10:48:40 +0000 Subject: [PATCH] chore(release): 25.98.1 [skip ci] ## [25.98.1](https://github.com/bettyblocks/cli/compare/v25.98.0...v25.98.1) (2024-11-13) ### Bug Fixes * only allow a array as value in variable option ([#474](https://github.com/bettyblocks/cli/issues/474)) ([7705f02](https://github.com/bettyblocks/cli/commit/7705f02)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a48a1552..79aa9563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [25.98.1](https://github.com/bettyblocks/cli/compare/v25.98.0...v25.98.1) (2024-11-13) + + +### Bug Fixes + +* only allow a array as value in variable option ([#474](https://github.com/bettyblocks/cli/issues/474)) ([7705f02](https://github.com/bettyblocks/cli/commit/7705f02)) + # [25.98.0](https://github.com/bettyblocks/cli/compare/v25.97.0...v25.98.0) (2024-08-23) diff --git a/package.json b/package.json index b550ea34..a86fbcf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betty-blocks/cli", - "version": "25.98.0", + "version": "25.98.1", "description": "A Betty Blocks CLI", "main": "build/index.js", "author": "Niek Nijland ",