From 9300f975dd30b8eac6f8a4b966376a162425aa2d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Jun 2022 09:04:48 +0000 Subject: [PATCH] chore(release): 25.30.0 [skip ci] # [25.30.0](https://github.com/bettyblocks/cli/compare/v25.29.0...v25.30.0) (2022-06-01) ### Features * add examples for isolated function tests ([30b4f32](https://github.com/bettyblocks/cli/commit/30b4f32)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a328a225..40ba971c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [25.30.0](https://github.com/bettyblocks/cli/compare/v25.29.0...v25.30.0) (2022-06-01) + + +### Features + +* add examples for isolated function tests ([30b4f32](https://github.com/bettyblocks/cli/commit/30b4f32)) + # [25.29.0](https://github.com/bettyblocks/cli/compare/v25.28.0...v25.29.0) (2022-06-01) diff --git a/package.json b/package.json index bbb3b41b..5167928c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betty-blocks/cli", - "version": "25.29.0", + "version": "25.30.0", "description": "A Betty Blocks CLI", "main": "build/index.js", "author": "Niek Nijland ",