Skip to content

Commit 49ba2b1

Browse files
committed
chore(release): 5.4.53 [skip ci]
1 parent e0cd00e commit 49ba2b1

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.53](https://github.com/oclif/plugin-plugins/compare/5.4.52...5.4.53) (2025-11-02)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 4.7.2 to 4.8.0 ([#1231](https://github.com/oclif/plugin-plugins/issues/1231)) ([e0cd00e](https://github.com/oclif/plugin-plugins/commit/e0cd00e50d2b7c6f3855e841c8959502d1193b9e))
6+
17
## [5.4.52](https://github.com/oclif/plugin-plugins/compare/5.4.51...5.4.52) (2025-10-30)
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.52/src/commands/plugins/index.ts)_
119+
_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/5.4.53/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.52/src/commands/plugins/inspect.ts)_
146+
_See code: [src/commands/plugins/inspect.ts](https://github.com/oclif/plugin-plugins/blob/5.4.53/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.52/src/commands/plugins/install.ts)_
195+
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/5.4.53/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.52/src/commands/plugins/link.ts)_
226+
_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/5.4.53/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.52/src/commands/plugins/reset.ts)_
241+
_See code: [src/commands/plugins/reset.ts](https://github.com/oclif/plugin-plugins/blob/5.4.53/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.52/src/commands/plugins/uninstall.ts)_
269+
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/5.4.53/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.52/src/commands/plugins/update.ts)_
287+
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/5.4.53/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.52",
4+
"version": "5.4.53",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-plugins/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)