diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e891ba2..2dd225c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.2.6](https://github.com/oclif/plugin-help/compare/6.2.5...6.2.6) (2024-07-13) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.8 to 4.0.12 ([#757](https://github.com/oclif/plugin-help/issues/757)) ([bf4332d](https://github.com/oclif/plugin-help/commit/bf4332d9e41704b70a7cab797b2969d469c2e23f)) + ## [6.2.5](https://github.com/oclif/plugin-help/compare/6.2.4...6.2.5) (2024-07-07) ### Bug Fixes diff --git a/README.md b/README.md index b7ea48c0..f39bac01 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ DESCRIPTION Display help for oclif. ``` -_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.5/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.6/src/commands/help.ts)_ diff --git a/package.json b/package.json index 9a8749fa..e491648f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-help", "description": "Standard help for oclif.", - "version": "6.2.5", + "version": "6.2.6", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": {