From a8b0795eb709d4887cae8838851175e9d9c7a0f1 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 22 Sep 2024 03:06:37 +0000 Subject: [PATCH] chore(release): 6.2.12 [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 5718eea6..311fb9aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.2.12](https://github.com/oclif/plugin-help/compare/6.2.11...6.2.12) (2024-09-22) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.21 to 4.0.22 ([#812](https://github.com/oclif/plugin-help/issues/812)) ([a67837d](https://github.com/oclif/plugin-help/commit/a67837d4a5fba5aae906d4370f7943c0dc39387e)) + ## [6.2.11](https://github.com/oclif/plugin-help/compare/6.2.10...6.2.11) (2024-09-08) ### Bug Fixes diff --git a/README.md b/README.md index d78677e6..2f68e709 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.11/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.12/src/commands/help.ts)_ diff --git a/package.json b/package.json index ebaa9a38..75c2e8be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-help", "description": "Standard help for oclif.", - "version": "6.2.11", + "version": "6.2.12", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": {