diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad8c37..edd24d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.8.0](https://github.com/oclif/core/compare/0.7.18...0.8.0) (2024-12-16) + + +### Bug Fixes + +* **ci-output:** properly cache dynamic info frames ([c7beaf4](https://github.com/oclif/core/commit/c7beaf467eb044ad516b039068bea249ad8a82d2)) + + +### Features + +* add `alwaysPrintInCI` option ([d601d37](https://github.com/oclif/core/commit/d601d377dfc6e7dba026a945ef759bf61c69bd18)) + + + ## [0.7.18](https://github.com/oclif/core/compare/0.7.17...0.7.18) (2024-12-15) diff --git a/package.json b/package.json index b583a70..bd8806c 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.7.18", + "version": "0.8.0", "author": "Salesforce", "bugs": "https://github.com/oclif/multi-stage-output/issues", "dependencies": {