diff --git a/CHANGELOG.md b/CHANGELOG.md index e03495ee..9d0918ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.0.21](https://github.com/oclif/plugin-help/compare/6.0.20...6.0.21) (2024-04-13) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.26.0 to 3.26.2 ([#695](https://github.com/oclif/plugin-help/issues/695)) ([c828235](https://github.com/oclif/plugin-help/commit/c8282354fdb4dba29fa3991ace617716acd37214)) + ## [6.0.20](https://github.com/oclif/plugin-help/compare/6.0.19...6.0.20) (2024-03-25) ### Bug Fixes diff --git a/README.md b/README.md index 97d65369..e761d99a 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.20/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.0.21/src/commands/help.ts)_ diff --git a/package.json b/package.json index 4600aa39..835ceb39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-help", "description": "Standard help for oclif.", - "version": "6.0.20", + "version": "6.0.21", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": {