From 28aca22ba55f0dfd5720ced69594c2b224ca7a15 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 25 Aug 2024 05:45:44 +0000 Subject: [PATCH] chore(release): 6.2.10 [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 fd5234c0..91d0d6f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.2.10](https://github.com/oclif/plugin-help/compare/6.2.9...6.2.10) (2024-08-25) + +### Bug Fixes + +- **deps:** bump micromatch from 4.0.7 to 4.0.8 ([#788](https://github.com/oclif/plugin-help/issues/788)) ([02699bb](https://github.com/oclif/plugin-help/commit/02699bb6e0e983877ac8f50399fcb46c54422523)) + ## [6.2.9](https://github.com/oclif/plugin-help/compare/6.2.8...6.2.9) (2024-08-25) ### Bug Fixes diff --git a/README.md b/README.md index 86df5753..13514f8b 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.9/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.10/src/commands/help.ts)_ diff --git a/package.json b/package.json index e276a74f..2522abe4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-help", "description": "Standard help for oclif.", - "version": "6.2.9", + "version": "6.2.10", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": {