From 363414ea5a166e33c4f1822dea1b6008cbff1cde Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 8 Sep 2024 03:00:28 +0000 Subject: [PATCH] chore(release): 6.2.11 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91d0d6f5..5718eea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.2.11](https://github.com/oclif/plugin-help/compare/6.2.10...6.2.11) (2024-09-08) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.19 to 4.0.21 ([#802](https://github.com/oclif/plugin-help/issues/802)) ([1b6672c](https://github.com/oclif/plugin-help/commit/1b6672c06f38185ee90c357e0c8ba8b9962a579e)) + ## [6.2.10](https://github.com/oclif/plugin-help/compare/6.2.9...6.2.10) (2024-08-25) ### Bug Fixes diff --git a/README.md b/README.md index 13514f8b..d78677e6 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.10/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.11/src/commands/help.ts)_ diff --git a/package.json b/package.json index 5ddd4284..daf53aeb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-help", "description": "Standard help for oclif.", - "version": "6.2.10", + "version": "6.2.11", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": {