Skip to content

Commit 9c83b99

Browse files
committed
chore(release): 4.1.11 [skip ci]
1 parent bf03588 commit 9c83b99

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.11](https://github.com/oclif/plugin-commands/compare/4.1.10...4.1.11) (2024-11-24)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/table from 0.3.3 to 0.3.5 ([#807](https://github.com/oclif/plugin-commands/issues/807)) ([bf03588](https://github.com/oclif/plugin-commands/commit/bf03588ef36ab4fd9fc0590995005709296775ed))
6+
17
## [4.1.10](https://github.com/oclif/plugin-commands/compare/4.1.9...4.1.10) (2024-11-16)
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.10 linux-x64 node-v18.20.5
26+
@oclif/plugin-commands/4.1.11 linux-x64 node-v18.20.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.10/src/commands/commands.ts)_
68+
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/4.1.11/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.10",
4+
"version": "4.1.11",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-commands/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)