From 367b4501b31c77fed501f09af98b6d8a56180bea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Jun 2023 08:57:53 +0000 Subject: [PATCH] chore(release): 25.84.1 [skip ci] ## [25.84.1](https://github.com/bettyblocks/cli/compare/v25.84.0...v25.84.1) (2023-06-26) ### Bug Fixes * change string to object in pushToWrapper ([#447](https://github.com/bettyblocks/cli/issues/447)) ([f199bfc](https://github.com/bettyblocks/cli/commit/f199bfc)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 045794e0..35ab277b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [25.84.1](https://github.com/bettyblocks/cli/compare/v25.84.0...v25.84.1) (2023-06-26) + + +### Bug Fixes + +* change string to object in pushToWrapper ([#447](https://github.com/bettyblocks/cli/issues/447)) ([f199bfc](https://github.com/bettyblocks/cli/commit/f199bfc)) + # [25.84.0](https://github.com/bettyblocks/cli/compare/v25.83.0...v25.84.0) (2023-06-20) diff --git a/package.json b/package.json index 66eb2818..d04f6b78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betty-blocks/cli", - "version": "25.84.0", + "version": "25.84.1", "description": "A Betty Blocks CLI", "main": "build/index.js", "author": "Niek Nijland ",