From 56156cf3f27f04cfcd9fbc35380451b3a22ddd5e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Jun 2023 11:47:37 +0000 Subject: [PATCH] chore(release): 25.80.1 [skip ci] ## [25.80.1](https://github.com/bettyblocks/cli/compare/v25.80.0...v25.80.1) (2023-06-01) ### Bug Fixes * revert publish command ([#431](https://github.com/bettyblocks/cli/issues/431)) ([97f0e5f](https://github.com/bettyblocks/cli/commit/97f0e5f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c56086f..0b57886e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [25.80.1](https://github.com/bettyblocks/cli/compare/v25.80.0...v25.80.1) (2023-06-01) + + +### Bug Fixes + +* revert publish command ([#431](https://github.com/bettyblocks/cli/issues/431)) ([97f0e5f](https://github.com/bettyblocks/cli/commit/97f0e5f)) + # [25.80.0](https://github.com/bettyblocks/cli/compare/v25.79.0...v25.80.0) (2023-06-01) diff --git a/package.json b/package.json index 039680b1..54547884 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betty-blocks/cli", - "version": "25.80.0", + "version": "25.80.1", "description": "A Betty Blocks CLI", "main": "build/index.js", "author": "Niek Nijland ",