diff --git a/CHANGELOG.md b/CHANGELOG.md index 62da7e62..4494af94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.0.24](https://github.com/oclif/core/compare/4.0.23...4.0.24) (2024-10-01) + + +### Bug Fixes + +* use topic separator for deprecated alias warnings in `help` ([#1209](https://github.com/oclif/core/issues/1209)) ([fb6ace2](https://github.com/oclif/core/commit/fb6ace237c5f6b3f7707edb7ba93e00aeee9b412)) + + + ## [4.0.23](https://github.com/oclif/core/compare/4.0.22...4.0.23) (2024-09-23) diff --git a/package.json b/package.json index 3a1da92a..1429d3fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "4.0.23", + "version": "4.0.24", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {