diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f803a38..466caf811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.11.11](https://github.com/oclif/core/compare/2.11.10...2.11.11) (2023-08-28) + + +### Bug Fixes + +* use configured help class in --help ([#768](https://github.com/oclif/core/issues/768)) ([b6c69f1](https://github.com/oclif/core/commit/b6c69f1f4f1760aee119ae660128ac45d59c828e)) + + + ## [2.11.10](https://github.com/oclif/core/compare/2.11.9...2.11.10) (2023-08-23) diff --git a/package.json b/package.json index e24f449c0..08c0e14c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "2.11.10", + "version": "2.11.11", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {