Skip to content

Commit f89c156

Browse files
committed
chore(release): 6.2.34 [skip ci]
1 parent 98fba4d commit f89c156

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [6.2.34](https://github.com/oclif/plugin-help/compare/6.2.33...6.2.34) (2025-10-25)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 4.5.6 to 4.7.2 ([#1047](https://github.com/oclif/plugin-help/issues/1047)) ([98fba4d](https://github.com/oclif/plugin-help/commit/98fba4dcd3d20d9976e0bd2908520c3760ba8499))
6+
17
## [6.2.33](https://github.com/oclif/plugin-help/compare/6.2.32...6.2.33) (2025-09-14)
28

39
### Bug Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ USAGE
1919
$ oclif help [COMMAND...] [-n]
2020
2121
ARGUMENTS
22-
COMMAND... Command to show help for.
22+
[COMMAND...] Command to show help for.
2323
2424
FLAGS
2525
-n, --nested-commands Include all nested commands in the output.
@@ -28,7 +28,7 @@ DESCRIPTION
2828
Display help for oclif.
2929
```
3030

31-
_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.33/src/commands/help.ts)_
31+
_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.34/src/commands/help.ts)_
3232

3333
<!-- commandsstop -->
3434

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oclif/plugin-help",
33
"description": "Standard help for oclif.",
4-
"version": "6.2.33",
4+
"version": "6.2.34",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-help/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)