Skip to content

Commit 9cea420

Browse files
committed
chore(release): 4.1.2 [skip ci]
1 parent 9993fa0 commit 9cea420

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.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+
17
## [4.1.1](https://github.com/oclif/plugin-commands/compare/4.1.0...4.1.1) (2024-10-04)
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.1 linux-x64 node-v18.20.4
26+
@oclif/plugin-commands/4.1.2 linux-x64 node-v18.20.4
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.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)_
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.1",
4+
"version": "4.1.2",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-commands/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)