diff --git a/CHANGELOG.md b/CHANGELOG.md index 8361d54..90cb524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.6.0](https://github.com/oclif/core/compare/0.5.9...0.6.0) (2024-09-25) + + +### Features + +* support parallel multi-stage-output ([911ac8c](https://github.com/oclif/core/commit/911ac8cadc243adc282ac03e2884fc57ca8af16c)) + + + ## [0.5.9](https://github.com/oclif/core/compare/0.5.8...0.5.9) (2024-09-25) diff --git a/package.json b/package.json index 3e3916b..2967208 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.5.9", + "version": "0.6.0", "author": "Salesforce", "bugs": "https://github.com/oclif/multi-stage-output/issues", "dependencies": {