Skip to content

Commit f9de52f

Browse files
committed
chore(release): 4.1.40 [skip ci]
1 parent c9441b0 commit f9de52f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.1.40](https://github.com/oclif/plugin-commands/compare/4.1.39...4.1.40) (2026-01-31)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/table from 0.5.1 to 0.5.2 ([#1068](https://github.com/oclif/plugin-commands/issues/1068)) ([c9441b0](https://github.com/oclif/plugin-commands/commit/c9441b0c930a19e7bece78b4b41e3e81457942b4))
6+
17
## [4.1.39](https://github.com/oclif/plugin-commands/compare/4.1.38...4.1.39) (2026-01-22)
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.39 linux-x64 node-v20.19.6
26+
@oclif/plugin-commands/4.1.40 linux-x64 node-v20.20.0
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.39/src/commands/commands.ts)_
68+
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/4.1.40/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.39",
4+
"version": "4.1.40",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-commands/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)