diff --git a/CHANGELOG.md b/CHANGELOG.md index 19e94bbb..ce550d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.0.10](https://github.com/oclif/core/compare/4.0.9...4.0.10) (2024-07-10) + + +### Bug Fixes + +* use colorize to ensure proper TTY detection ([8a5d71f](https://github.com/oclif/core/commit/8a5d71f93104ce17555adc28998db0520a2a7187)) + + + ## [4.0.9](https://github.com/oclif/core/compare/4.0.8...4.0.9) (2024-07-09) diff --git a/package.json b/package.json index ecf61805..4fa896c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "4.0.9", + "version": "4.0.10", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {