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
+ ## [ 4.1.2] ( https://github.com/oclif/plugin-commands/compare/4.1.1...4.1.2 ) (2024-10-08)
2
+
3
+ ### Bug Fixes
4
+
5
+ - bump table ([ #778 ] ( https://github.com/oclif/plugin-commands/issues/778 ) ) ([ 9993fa0] ( https://github.com/oclif/plugin-commands/commit/9993fa0ffdda676703956174d4291a163c31dcfd ) )
6
+
1
7
## [ 4.1.1] ( https://github.com/oclif/plugin-commands/compare/4.1.0...4.1.1 ) (2024-10-04)
2
8
3
9
### Bug Fixes
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $ npm install -g @oclif/plugin-commands
23
23
$ oclif-example COMMAND
24
24
running command...
25
25
$ oclif-example (--version)
26
- @oclif/plugin-commands/4.1.1 linux-x64 node-v18.20.4
26
+ @oclif/plugin-commands/4.1.2 linux-x64 node-v18.20.4
27
27
$ oclif-example --help [COMMAND]
28
28
USAGE
29
29
$ oclif-example COMMAND
@@ -65,7 +65,7 @@ DESCRIPTION
65
65
List all oclif-example commands.
66
66
```
67
67
68
- _ See code: [ src/commands/commands.ts] ( https://github.com/oclif/plugin-commands/blob/4.1.1 /src/commands/commands.ts ) _
68
+ _ See code: [ src/commands/commands.ts] ( https://github.com/oclif/plugin-commands/blob/4.1.2 /src/commands/commands.ts ) _
69
69
70
70
<!-- commandsstop -->
71
71
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @oclif/plugin-commands" ,
3
3
"description" : " plugin to show the list of all the commands" ,
4
- "version" : " 4.1.1 " ,
4
+ "version" : " 4.1.2 " ,
5
5
"author" : " Salesforce" ,
6
6
"bugs" : " https://github.com/oclif/plugin-commands/issues" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments