File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 3.2.39] ( https://github.com/oclif/plugin-which/compare/3.2.38...3.2.39 ) (2025-07-14)
2+
3+ ### Bug Fixes
4+
5+ - ** deps:** bump @oclif/core from 4.4.1 to 4.5.0 ([ 69a5e6a] ( https://github.com/oclif/plugin-which/commit/69a5e6ae283201bd025988a124a4af8c83d573d3 ) )
6+
17## [ 3.2.38] ( https://github.com/oclif/plugin-which/compare/3.2.37...3.2.38 ) (2025-07-06)
28
39### Bug Fixes
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $ npm install -g @oclif/plugin-which
2323$ oclif-example COMMAND
2424running command...
2525$ oclif-example (--version)
26- @oclif/plugin-which/3.2.38 linux-x64 node-v20.19.2
26+ @oclif/plugin-which/3.2.39 linux-x64 node-v20.19.3
2727$ oclif-example --help [COMMAND]
2828USAGE
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.38 /src/commands/which.ts ) _
73+ _ See code: [ src/commands/which.ts] ( https://github.com/oclif/plugin-which/blob/3.2.39 /src/commands/which.ts ) _
7474
7575<!-- commandsstop -->
7676
Original file line number Diff line number Diff line change 11{
22 "name" : " @oclif/plugin-which" ,
33 "description" : " find which plugin a command is in" ,
4- "version" : " 3.2.38 " ,
4+ "version" : " 3.2.39 " ,
55 "author" : " Salesforce" ,
66 "bugs" : " https://github.com/oclif/plugin-which/issues" ,
77 "dependencies" : {
You can’t perform that action at this time.
0 commit comments