diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f2644d..2c263ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.1](https://github.com/oclif/core/compare/0.2.0...0.2.1) (2024-08-16) + + +### Bug Fixes + +* remove jsonEnabled prop ([3246bd4](https://github.com/oclif/core/commit/3246bd4be35c87e99be5e32efd8cddaac91ce911)) + + + # [0.2.0](https://github.com/oclif/core/compare/0.1.4...0.2.0) (2024-08-16) diff --git a/package.json b/package.json index 5199cd6..f88dc01 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.2.0", + "version": "0.2.1", "author": "Salesforce", "bugs": "https://github.com/oclif/multi-stage-output/issues", "dependencies": {