Skip to content

Commit eb71ebc

Browse files
committed
chore(release): 5.4.42 [skip ci]
1 parent 7ec0345 commit eb71ebc

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.4.42](https://github.com/oclif/plugin-plugins/compare/5.4.41...5.4.42) (2025-06-21)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 4.3.3 to 4.4.0 ([#1152](https://github.com/oclif/plugin-plugins/issues/1152)) ([7ec0345](https://github.com/oclif/plugin-plugins/commit/7ec0345a23330a0058561056772605c259338d1a))
6+
17
## [5.4.41](https://github.com/oclif/plugin-plugins/compare/5.4.40...5.4.41) (2025-06-15)
28

39
### Bug Fixes

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ EXAMPLES
116116
$ mycli plugins
117117
```
118118

119-
_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/5.4.41/src/commands/plugins/index.ts)_
119+
_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/5.4.42/src/commands/plugins/index.ts)_
120120

121121
## `mycli plugins:inspect PLUGIN...`
122122

@@ -143,7 +143,7 @@ EXAMPLES
143143
$ mycli plugins inspect myplugin
144144
```
145145

146-
_See code: [src/commands/plugins/inspect.ts](https://github.com/oclif/plugin-plugins/blob/5.4.41/src/commands/plugins/inspect.ts)_
146+
_See code: [src/commands/plugins/inspect.ts](https://github.com/oclif/plugin-plugins/blob/5.4.42/src/commands/plugins/inspect.ts)_
147147

148148
## `mycli plugins install PLUGIN`
149149

@@ -192,7 +192,7 @@ EXAMPLES
192192
$ mycli plugins install someuser/someplugin
193193
```
194194

195-
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/5.4.41/src/commands/plugins/install.ts)_
195+
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/5.4.42/src/commands/plugins/install.ts)_
196196

197197
## `mycli plugins link PATH`
198198

@@ -223,7 +223,7 @@ EXAMPLES
223223
$ mycli plugins link myplugin
224224
```
225225

226-
_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/5.4.41/src/commands/plugins/link.ts)_
226+
_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/5.4.42/src/commands/plugins/link.ts)_
227227

228228
## `mycli plugins reset`
229229

@@ -238,7 +238,7 @@ FLAGS
238238
--reinstall Reinstall all plugins after uninstalling.
239239
```
240240

241-
_See code: [src/commands/plugins/reset.ts](https://github.com/oclif/plugin-plugins/blob/5.4.41/src/commands/plugins/reset.ts)_
241+
_See code: [src/commands/plugins/reset.ts](https://github.com/oclif/plugin-plugins/blob/5.4.42/src/commands/plugins/reset.ts)_
242242

243243
## `mycli plugins uninstall [PLUGIN]`
244244

@@ -266,7 +266,7 @@ EXAMPLES
266266
$ mycli plugins uninstall myplugin
267267
```
268268

269-
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/5.4.41/src/commands/plugins/uninstall.ts)_
269+
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/5.4.42/src/commands/plugins/uninstall.ts)_
270270

271271
## `mycli plugins update`
272272

@@ -284,7 +284,7 @@ DESCRIPTION
284284
Update installed plugins.
285285
```
286286

287-
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/5.4.41/src/commands/plugins/update.ts)_
287+
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/5.4.42/src/commands/plugins/update.ts)_
288288

289289
<!-- commandsstop -->
290290

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-plugins",
33
"description": "plugins plugin for oclif",
4-
"version": "5.4.41",
4+
"version": "5.4.42",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-plugins/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)