diff --git a/CHANGELOG.md b/CHANGELOG.md index a856f7bf..1c530ef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.2.16](https://github.com/oclif/plugin-help/compare/6.2.15...6.2.16) (2024-10-20) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.28 to 4.0.29 ([#828](https://github.com/oclif/plugin-help/issues/828)) ([c564720](https://github.com/oclif/plugin-help/commit/c5647202544f11cc93cca136b9cc356d38980770)) + ## [6.2.15](https://github.com/oclif/plugin-help/compare/6.2.14...6.2.15) (2024-10-13) ### Bug Fixes diff --git a/README.md b/README.md index 89ff5712..104a0bd9 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.15/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.16/src/commands/help.ts)_ diff --git a/package.json b/package.json index 8cbd1afd..e928e21f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-help", "description": "Standard help for oclif.", - "version": "6.2.15", + "version": "6.2.16", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": {