diff --git a/CHANGELOG.md b/CHANGELOG.md index 01232633..4be4b144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [6.1.0](https://github.com/oclif/plugin-help/compare/6.0.22...6.1.0) (2024-05-31) + +### Features + +- use @oclif/core v4 ([2270677](https://github.com/oclif/plugin-help/commit/2270677eb2dacd780328227f02c9dd079f010e87)) + ## [6.0.22](https://github.com/oclif/plugin-help/compare/6.0.21...6.0.22) (2024-05-12) ### Bug Fixes diff --git a/README.md b/README.md index 188a114e..9760e80f 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.0.22/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.1.0/src/commands/help.ts)_ diff --git a/package.json b/package.json index 2fdef51f..5b4ba625 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-help", "description": "Standard help for oclif.", - "version": "6.0.22", + "version": "6.1.0", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": {