From 179494955367fd5722ea56b7a640032b081b771f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 25 Sep 2024 20:46:35 +0000 Subject: [PATCH] chore(release): 0.6.1 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90cb524..7fad6d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.6.1](https://github.com/oclif/core/compare/0.6.0...0.6.1) (2024-09-25) + + +### Bug Fixes + +* export ParallelMultiStageOutput ([552452a](https://github.com/oclif/core/commit/552452a5be58a984107efc04f2976574670579b3)) + + + # [0.6.0](https://github.com/oclif/core/compare/0.5.9...0.6.0) (2024-09-25) diff --git a/package.json b/package.json index 2967208..a5c9454 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/multi-stage-output", "description": "Terminal output for oclif commands with multiple stages", - "version": "0.6.0", + "version": "0.6.1", "author": "Salesforce", "bugs": "https://github.com/oclif/multi-stage-output/issues", "dependencies": {