Skip to content

Commit c248d2a

Browse files
committed
chore(release): 3.2.41 [skip ci]
1 parent 3085f63 commit c248d2a

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+
## [3.2.41](https://github.com/oclif/plugin-which/compare/3.2.40...3.2.41) (2025-10-12)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 4.5.4 to 4.5.5 ([#948](https://github.com/oclif/plugin-which/issues/948)) ([3085f63](https://github.com/oclif/plugin-which/commit/3085f63d0a6108c85a74199f3d6fd7eca0a5dcc2))
6+
17
## [3.2.40](https://github.com/oclif/plugin-which/compare/3.2.39...3.2.40) (2025-09-14)
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-which
2323
$ oclif-example COMMAND
2424
running command...
2525
$ oclif-example (--version)
26-
@oclif/plugin-which/3.2.40 linux-x64 node-v20.19.5
26+
@oclif/plugin-which/3.2.41 linux-x64 node-v20.19.5
2727
$ oclif-example --help [COMMAND]
2828
USAGE
2929
$ oclif-example COMMAND
@@ -70,7 +70,7 @@ EXAMPLES
7070
$ oclif-example which "foo bar baz"
7171
```
7272

73-
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.2.40/src/commands/which.ts)_
73+
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.2.41/src/commands/which.ts)_
7474

7575
<!-- commandsstop -->
7676

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-which",
33
"description": "find which plugin a command is in",
4-
"version": "3.2.40",
4+
"version": "3.2.41",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-which/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)