diff --git a/CHANGELOG.md b/CHANGELOG.md index 276831192..1f34cb687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.9.2](https://github.com/oclif/core/compare/2.9.1...2.9.2) (2023-07-13) + + +### Bug Fixes + +* **parser:** don't throw if defaultHelp func throws ([#732](https://github.com/oclif/core/issues/732)) ([7003b40](https://github.com/oclif/core/commit/7003b403a3cb9f6fe54a87de843dbc058f96be6c)) + + + ## [2.9.1](https://github.com/oclif/core/compare/2.9.0...2.9.1) (2023-07-12) diff --git a/package.json b/package.json index 9c33bc17a..ca66ea6e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "2.9.1", + "version": "2.9.2", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {