Skip to content

Commit 930541d

Browse files
committed
chore(release): 3.5.30 [skip ci]
1 parent 8d18071 commit 930541d

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.5.30](https://github.com/salesforcecli/plugin-user/compare/3.5.29...3.5.30) (2024-09-15)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.5.4 to 8.5.7 ([e2fbbef](https://github.com/salesforcecli/plugin-user/commit/e2fbbef438b7ba55496e984ac553b1d031cec493))
6+
17
## [3.5.29](https://github.com/salesforcecli/plugin-user/compare/3.5.28...3.5.29) (2024-09-01)
28

39
### Bug Fixes

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ EXAMPLES
138138
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
139139
```
140140

141-
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.29/src/commands/org/assign/permset.ts)_
141+
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.30/src/commands/org/assign/permset.ts)_
142142

143143
## `sf org assign permsetlicense`
144144

@@ -184,7 +184,7 @@ EXAMPLES
184184
user3
185185
```
186186

187-
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.29/src/commands/org/assign/permsetlicense.ts)_
187+
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.30/src/commands/org/assign/permsetlicense.ts)_
188188

189189
## `sf org create user`
190190

@@ -292,7 +292,7 @@ FLAG DESCRIPTIONS
292292
might be different than what you specify in the definition file.
293293
```
294294

295-
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.29/src/commands/org/create/user.ts)_
295+
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.30/src/commands/org/create/user.ts)_
296296

297297
## `sf org display user`
298298

@@ -331,7 +331,7 @@ EXAMPLES
331331
$ sf org display user --target-org me@my.org --json
332332
```
333333

334-
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.29/src/commands/org/display/user.ts)_
334+
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.30/src/commands/org/display/user.ts)_
335335

336336
## `sf org generate password`
337337

@@ -398,7 +398,7 @@ EXAMPLES
398398
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
399399
```
400400

401-
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.29/src/commands/org/generate/password.ts)_
401+
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.30/src/commands/org/generate/password.ts)_
402402

403403
## `sf org list users`
404404

@@ -436,6 +436,6 @@ EXAMPLES
436436
$ sf org list users --target-org me@my.org
437437
```
438438

439-
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.29/src/commands/org/list/users.ts)_
439+
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.30/src/commands/org/list/users.ts)_
440440

441441
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-user",
33
"description": "Commands to interact with Users and Permission Sets",
4-
"version": "3.5.29",
4+
"version": "3.5.30",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)