Skip to content

Commit 6030832

Browse files
committed
chore(release): 4.1.54 [skip ci]
1 parent 5036174 commit 6030832

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+
## [4.1.54](https://github.com/oclif/plugin-commands/compare/4.1.53...4.1.54) (2026-05-16)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/table from 0.5.6 to 0.5.8 ([#1119](https://github.com/oclif/plugin-commands/issues/1119)) ([5036174](https://github.com/oclif/plugin-commands/commit/5036174c0c8ede20b1ac8229e1e86e94117efe3b))
6+
17
## [4.1.53](https://github.com/oclif/plugin-commands/compare/4.1.52...4.1.53) (2026-05-16)
28

39
### Bug Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ npm install -g @oclif/plugin-commands
2323
$ oclif-example COMMAND
2424
running command...
2525
$ oclif-example (--version)
26-
@oclif/plugin-commands/4.1.53 linux-x64 node-v20.20.2
26+
@oclif/plugin-commands/4.1.54 linux-x64 node-v20.20.2
2727
$ oclif-example --help [COMMAND]
2828
USAGE
2929
$ oclif-example COMMAND
@@ -65,7 +65,7 @@ DESCRIPTION
6565
List all oclif-example commands.
6666
```
6767

68-
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/4.1.53/src/commands/commands.ts)_
68+
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/4.1.54/src/commands/commands.ts)_
6969

7070
<!-- commandsstop -->
7171

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-commands",
33
"description": "plugin to show the list of all the commands",
4-
"version": "4.1.53",
4+
"version": "4.1.54",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-commands/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)