Skip to content

Commit

Permalink
chore(release): 6.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jun 5, 2024
1 parent 2992082 commit ffdef61
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [6.2.0](https://github.com/oclif/plugin-help/compare/6.1.0...6.2.0) (2024-06-05)

### Features

- export help command ([#728](https://github.com/oclif/plugin-help/issues/728)) ([2992082](https://github.com/oclif/plugin-help/commit/2992082b4e86e82bf444181f87872d036dfaff05))

# [6.1.0](https://github.com/oclif/plugin-help/compare/6.0.22...6.1.0) (2024-05-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DESCRIPTION
Display help for oclif.
```

_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.1.0/src/commands/help.ts)_
_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.0/src/commands/help.ts)_

<!-- commandsstop -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/plugin-help",
"description": "Standard help for oclif.",
"version": "6.1.0",
"version": "6.2.0",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
Expand Down

0 comments on commit ffdef61

Please sign in to comment.