From 82c4170636290e8e79354520906b49379be90608 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Jun 2023 09:12:10 +0000 Subject: [PATCH] chore(release): 25.84.2 [skip ci] ## [25.84.2](https://github.com/bettyblocks/cli/compare/v25.84.1...v25.84.2) (2023-06-26) ### Bug Fixes * change string to object in pushToWrapper ([#448](https://github.com/bettyblocks/cli/issues/448)) ([6c2ee57](https://github.com/bettyblocks/cli/commit/6c2ee57)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ab277b..ab64533e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [25.84.2](https://github.com/bettyblocks/cli/compare/v25.84.1...v25.84.2) (2023-06-26) + + +### Bug Fixes + +* change string to object in pushToWrapper ([#448](https://github.com/bettyblocks/cli/issues/448)) ([6c2ee57](https://github.com/bettyblocks/cli/commit/6c2ee57)) + ## [25.84.1](https://github.com/bettyblocks/cli/compare/v25.84.0...v25.84.1) (2023-06-26) diff --git a/package.json b/package.json index d04f6b78..4f7bac8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betty-blocks/cli", - "version": "25.84.1", + "version": "25.84.2", "description": "A Betty Blocks CLI", "main": "build/index.js", "author": "Niek Nijland ",