From f014cc280a77d9ac72c45cb73f56b280c6abcad7 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 13 Oct 2024 08:46:36 +0000 Subject: [PATCH] chore(release): 6.2.15 [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 6032201d..a856f7bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.2.15](https://github.com/oclif/plugin-help/compare/6.2.14...6.2.15) (2024-10-13) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.27 to 4.0.28 ([#821](https://github.com/oclif/plugin-help/issues/821)) ([ac76e93](https://github.com/oclif/plugin-help/commit/ac76e931d7ec9d52b3b886aaf77af92867fa09ed)) + ## [6.2.14](https://github.com/oclif/plugin-help/compare/6.2.13...6.2.14) (2024-10-05) ### Bug Fixes diff --git a/README.md b/README.md index f7a78607..89ff5712 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.14/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.15/src/commands/help.ts)_ diff --git a/package.json b/package.json index e16eaf64..568bd683 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-help", "description": "Standard help for oclif.", - "version": "6.2.14", + "version": "6.2.15", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": {