diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c41929d..625b8df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.2.2](https://github.com/oclif/plugin-help/compare/6.2.1...6.2.2) (2024-06-13) + +### Bug Fixes + +- **deps:** bump braces from 3.0.2 to 3.0.3 ([#737](https://github.com/oclif/plugin-help/issues/737)) ([445c4a7](https://github.com/oclif/plugin-help/commit/445c4a7b5c81c04f3091857702aa70442d65f59b)) + ## [6.2.1](https://github.com/oclif/plugin-help/compare/6.2.0...6.2.1) (2024-06-09) ### Bug Fixes diff --git a/README.md b/README.md index da05f7d0..4cdb6710 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.1/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.2/src/commands/help.ts)_ diff --git a/package.json b/package.json index 0ec19af6..7a41146c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-help", "description": "Standard help for oclif.", - "version": "6.2.1", + "version": "6.2.2", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": {