diff --git a/CHANGELOG.md b/CHANGELOG.md index 4be4b144..874beae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [6.2.0](https://github.com/oclif/plugin-help/compare/6.1.0...6.2.0) (2024-06-05) + +### Features + +- export help command ([#728](https://github.com/oclif/plugin-help/issues/728)) ([2992082](https://github.com/oclif/plugin-help/commit/2992082b4e86e82bf444181f87872d036dfaff05)) + # [6.1.0](https://github.com/oclif/plugin-help/compare/6.0.22...6.1.0) (2024-05-31) ### Features diff --git a/README.md b/README.md index 9760e80f..bafee44b 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.1.0/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.0/src/commands/help.ts)_ diff --git a/package.json b/package.json index 74b3830b..5a317f4b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-help", "description": "Standard help for oclif.", - "version": "6.1.0", + "version": "6.2.0", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": {