From 30fef23bdc1ea12076bdc49b80a6efbeeecf77f5 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 5 Oct 2024 11:45:18 +0000 Subject: [PATCH] chore(release): 6.2.14 [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 0cb9be90..6032201d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.2.14](https://github.com/oclif/plugin-help/compare/6.2.13...6.2.14) (2024-10-05) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.23 to 4.0.27 ([#819](https://github.com/oclif/plugin-help/issues/819)) ([09fc85c](https://github.com/oclif/plugin-help/commit/09fc85cc681b40b1f2894fc0117c2085fde3dd8c)) + ## [6.2.13](https://github.com/oclif/plugin-help/compare/6.2.12...6.2.13) (2024-09-29) ### Bug Fixes diff --git a/README.md b/README.md index f5339d8e..f7a78607 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.13/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.14/src/commands/help.ts)_ diff --git a/package.json b/package.json index 543bf2a6..b1449179 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-help", "description": "Standard help for oclif.", - "version": "6.2.13", + "version": "6.2.14", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": {