From 3fc70917c7c0603ee07910b1333ddf092ecf1f08 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 8 Dec 2024 05:45:25 +0000 Subject: [PATCH] chore(release): 6.2.19 [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 e9fbab24..50acf058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.2.19](https://github.com/oclif/plugin-help/compare/6.2.18...6.2.19) (2024-12-08) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.33 to 4.0.34 ([#855](https://github.com/oclif/plugin-help/issues/855)) ([a648d86](https://github.com/oclif/plugin-help/commit/a648d86a542d3f58e0223bcbf7e5a5d4e9c1dc6e)) + ## [6.2.18](https://github.com/oclif/plugin-help/compare/6.2.17...6.2.18) (2024-11-17) ### Bug Fixes diff --git a/README.md b/README.md index 4d845cd2..48b6e824 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.18/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.19/src/commands/help.ts)_ diff --git a/package.json b/package.json index abfba829..66404938 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-help", "description": "Standard help for oclif.", - "version": "6.2.18", + "version": "6.2.19", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": {