From faeab7daf88e0219d78de2e619c108075e0d4f69 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 9 Feb 2025 05:45:25 +0000 Subject: [PATCH] chore(release): 6.2.25 [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 3bb86248..e3aed676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.2.25](https://github.com/oclif/plugin-help/compare/6.2.24...6.2.25) (2025-02-09) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.2.5 to 4.2.6 ([#895](https://github.com/oclif/plugin-help/issues/895)) ([341b945](https://github.com/oclif/plugin-help/commit/341b94538dc74dbd49d9816598cab315c19a2bf4)) + ## [6.2.24](https://github.com/oclif/plugin-help/compare/6.2.23...6.2.24) (2025-02-02) ### Bug Fixes diff --git a/README.md b/README.md index 82d1dd92..c2ad970b 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.24/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.25/src/commands/help.ts)_ diff --git a/package.json b/package.json index 323186c2..e3a2fa02 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-help", "description": "Standard help for oclif.", - "version": "6.2.24", + "version": "6.2.25", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": {