diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ffb02d..e9fbab24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.2.18](https://github.com/oclif/plugin-help/compare/6.2.17...6.2.18) (2024-11-17) + +### Bug Fixes + +- **deps:** bump cross-spawn from 7.0.3 to 7.0.5 ([#841](https://github.com/oclif/plugin-help/issues/841)) ([658975b](https://github.com/oclif/plugin-help/commit/658975b75b56939642ae55e346014d83e55a1a39)) + ## [6.2.17](https://github.com/oclif/plugin-help/compare/6.2.16...6.2.17) (2024-11-16) ### Bug Fixes diff --git a/README.md b/README.md index 793c2125..4d845cd2 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.17/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.18/src/commands/help.ts)_ diff --git a/package.json b/package.json index 66fc1209..69e13161 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-help", "description": "Standard help for oclif.", - "version": "6.2.17", + "version": "6.2.18", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": {