Skip to content

Commit 705ca3a

Browse files
committed
chore(release): 4.1.37 [skip ci]
1 parent 48d9d1f commit 705ca3a

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.37](https://github.com/oclif/plugin-commands/compare/4.1.36...4.1.37) (2025-10-25)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 4.5.6 to 4.7.2 ([#1021](https://github.com/oclif/plugin-commands/issues/1021)) ([48d9d1f](https://github.com/oclif/plugin-commands/commit/48d9d1f10f2bf1f5ee182654379208f1972c2f2c))
6+
17
## [4.1.36](https://github.com/oclif/plugin-commands/compare/4.1.35...4.1.36) (2025-10-25)
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.36 linux-x64 node-v20.19.5
26+
@oclif/plugin-commands/4.1.37 linux-x64 node-v20.19.5
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.36/src/commands/commands.ts)_
68+
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/4.1.37/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.36",
4+
"version": "4.1.37",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-commands/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)