Skip to content

Commit 2e1152f

Browse files
committed
chore(release): 3.6.37 [skip ci]
1 parent fb4be4b commit 2e1152f

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.6.37](https://github.com/salesforcecli/plugin-user/compare/3.6.36...3.6.37) (2025-09-07)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/kit from 3.2.3 to 3.2.4 ([72e09e8](https://github.com/salesforcecli/plugin-user/commit/72e09e8fef181c5ec61920db692bcc8afa801bef))
6+
17
## [3.6.36](https://github.com/salesforcecli/plugin-user/compare/3.6.35...3.6.36) (2025-08-31)
28

39
### Bug Fixes

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ EXAMPLES
139139
$ sf org assign permset --name DreamHouse --on-behalf-of [email protected] --on-behalf-of user2 --on-behalf-of user
140140
```
141141

142-
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.36/src/commands/org/assign/permset.ts)_
142+
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.37/src/commands/org/assign/permset.ts)_
143143

144144
## `sf org assign permsetlicense`
145145

@@ -186,7 +186,7 @@ EXAMPLES
186186
user3
187187
```
188188

189-
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.36/src/commands/org/assign/permsetlicense.ts)_
189+
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.37/src/commands/org/assign/permsetlicense.ts)_
190190

191191
## `sf org create user`
192192

@@ -294,7 +294,7 @@ FLAG DESCRIPTIONS
294294
might be different than what you specify in the definition file.
295295
```
296296

297-
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.36/src/commands/org/create/user.ts)_
297+
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.37/src/commands/org/create/user.ts)_
298298

299299
## `sf org display user`
300300

@@ -333,7 +333,7 @@ EXAMPLES
333333
$ sf org display user --target-org [email protected] --json
334334
```
335335

336-
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.36/src/commands/org/display/user.ts)_
336+
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.37/src/commands/org/display/user.ts)_
337337

338338
## `sf org generate password`
339339

@@ -400,7 +400,7 @@ EXAMPLES
400400
$ sf org generate password --on-behalf-of [email protected] --on-behalf-of [email protected] --on-behalf-of [email protected]
401401
```
402402

403-
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.36/src/commands/org/generate/password.ts)_
403+
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.37/src/commands/org/generate/password.ts)_
404404

405405
## `sf org list users`
406406

@@ -438,6 +438,6 @@ EXAMPLES
438438
$ sf org list users --target-org [email protected]
439439
```
440440

441-
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.36/src/commands/org/list/users.ts)_
441+
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.37/src/commands/org/list/users.ts)_
442442

443443
<!-- 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.6.36",
4+
"version": "3.6.37",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)