From 7274ed0a2e6e5022b7fc9178b26cac562c59e921 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 25 Aug 2024 02:55:48 +0000 Subject: [PATCH] chore(release): 6.2.9 [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 d4f68ced..fd5234c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.2.9](https://github.com/oclif/plugin-help/compare/6.2.8...6.2.9) (2024-08-25) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.17 to 4.0.19 ([#789](https://github.com/oclif/plugin-help/issues/789)) ([a9e155b](https://github.com/oclif/plugin-help/commit/a9e155b40a4277dcb6a6263b9d1c370a9c4f3c67)) + ## [6.2.8](https://github.com/oclif/plugin-help/compare/6.2.7...6.2.8) (2024-08-04) ### Bug Fixes diff --git a/README.md b/README.md index 3bbb2681..86df5753 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.8/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.9/src/commands/help.ts)_ diff --git a/package.json b/package.json index 42575698..e276a74f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-help", "description": "Standard help for oclif.", - "version": "6.2.8", + "version": "6.2.9", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": {