diff --git a/CHANGELOG.md b/CHANGELOG.md index 6032201d..a856f7bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.2.15](https://github.com/oclif/plugin-help/compare/6.2.14...6.2.15) (2024-10-13) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.27 to 4.0.28 ([#821](https://github.com/oclif/plugin-help/issues/821)) ([ac76e93](https://github.com/oclif/plugin-help/commit/ac76e931d7ec9d52b3b886aaf77af92867fa09ed)) + ## [6.2.14](https://github.com/oclif/plugin-help/compare/6.2.13...6.2.14) (2024-10-05) ### Bug Fixes diff --git a/README.md b/README.md index f7a78607..89ff5712 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.14/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.15/src/commands/help.ts)_ diff --git a/package.json b/package.json index e16eaf64..568bd683 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-help", "description": "Standard help for oclif.", - "version": "6.2.14", + "version": "6.2.15", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": {