Skip to content

Commit 69f119e

Browse files
committed
chore(release): 3.5.9 [skip ci]
1 parent 4797541 commit 69f119e

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.9](https://github.com/salesforcecli/plugin-user/compare/3.5.8...3.5.9) (2024-05-19)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 7.3.6 to 7.3.8 ([5b39783](https://github.com/salesforcecli/plugin-user/commit/5b3978326d5a355cc7a0c48fd9dd44548d23a6f3))
6+
17
## [3.5.8](https://github.com/salesforcecli/plugin-user/compare/3.5.7...3.5.8) (2024-05-12)
28

39
### Bug Fixes

README.md

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

140-
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/assign/permset.ts)_
140+
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.9/src/commands/org/assign/permset.ts)_
141141

142142
## `sf org assign permsetlicense`
143143

@@ -183,7 +183,7 @@ EXAMPLES
183183
user3
184184
```
185185

186-
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/assign/permsetlicense.ts)_
186+
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.9/src/commands/org/assign/permsetlicense.ts)_
187187

188188
## `sf org create user`
189189

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

294-
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/create/user.ts)_
294+
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.9/src/commands/org/create/user.ts)_
295295

296296
## `sf org display user`
297297

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

333-
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/display/user.ts)_
333+
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.9/src/commands/org/display/user.ts)_
334334

335335
## `sf org generate password`
336336

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

400-
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/generate/password.ts)_
400+
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.9/src/commands/org/generate/password.ts)_
401401

402402
## `sf org list users`
403403

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

438-
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/list/users.ts)_
438+
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.5.9/src/commands/org/list/users.ts)_
439439

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

0 commit comments

Comments
 (0)