From 1084192ac77246c2b0e8678561a8c833df516dd5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Jun 2023 13:53:10 +0000 Subject: [PATCH] chore(release): 25.83.0 [skip ci] # [25.83.0](https://github.com/bettyblocks/cli/compare/v25.82.2...v25.83.0) (2023-06-19) ### Features * add pushToWrapper key ([#441](https://github.com/bettyblocks/cli/issues/441)) ([26d370f](https://github.com/bettyblocks/cli/commit/26d370f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1e288f4..45c0a203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [25.83.0](https://github.com/bettyblocks/cli/compare/v25.82.2...v25.83.0) (2023-06-19) + + +### Features + +* add pushToWrapper key ([#441](https://github.com/bettyblocks/cli/issues/441)) ([26d370f](https://github.com/bettyblocks/cli/commit/26d370f)) + ## [25.82.2](https://github.com/bettyblocks/cli/compare/v25.82.1...v25.82.2) (2023-06-05) diff --git a/package.json b/package.json index 72bb91c4..0c919eac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betty-blocks/cli", - "version": "25.82.2", + "version": "25.83.0", "description": "A Betty Blocks CLI", "main": "build/index.js", "author": "Niek Nijland ",