Skip to content

Commit d6c9cae

Browse files
committed
chore(release): 3.2.3 [skip ci]
1 parent e7c2ea2 commit d6c9cae

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.2.3](https://github.com/salesforcecli/plugin-user/compare/3.2.2...3.2.3) (2024-01-14)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 3.16.0 to 3.18.1 ([d79aa4f](https://github.com/salesforcecli/plugin-user/commit/d79aa4fb900c983b7c33d5b3215999c6febaf897))
6+
17
## [3.2.2](https://github.com/salesforcecli/plugin-user/compare/3.2.1...3.2.2) (2024-01-12)
28

39
### Bug Fixes

README.md

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

139-
_See code: [lib/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.2/lib/commands/org/assign/permset.ts)_
139+
_See code: [lib/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.3/lib/commands/org/assign/permset.ts)_
140140

141141
## `sf org assign permsetlicense`
142142

@@ -180,7 +180,7 @@ EXAMPLES
180180
user3
181181
```
182182

183-
_See code: [lib/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.2/lib/commands/org/assign/permsetlicense.ts)_
183+
_See code: [lib/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.3/lib/commands/org/assign/permsetlicense.ts)_
184184

185185
## `sf org create user`
186186

@@ -279,7 +279,7 @@ FLAG DESCRIPTIONS
279279
might be different than what you specify in the definition file.
280280
```
281281

282-
_See code: [lib/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.2/lib/commands/org/create/user.ts)_
282+
_See code: [lib/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.3/lib/commands/org/create/user.ts)_
283283

284284
## `sf org display user`
285285

@@ -317,7 +317,7 @@ EXAMPLES
317317
$ sf org display user --target-org me@my.org --json
318318
```
319319

320-
_See code: [lib/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.2/lib/commands/org/display/user.ts)_
320+
_See code: [lib/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.3/lib/commands/org/display/user.ts)_
321321

322322
## `sf org generate password`
323323

@@ -382,7 +382,7 @@ EXAMPLES
382382
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
383383
```
384384

385-
_See code: [lib/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.2/lib/commands/org/generate/password.ts)_
385+
_See code: [lib/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.3/lib/commands/org/generate/password.ts)_
386386

387387
## `sf org list users`
388388

@@ -419,6 +419,6 @@ EXAMPLES
419419
$ sf org list users --target-org me@my.org
420420
```
421421

422-
_See code: [lib/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.2/lib/commands/org/list/users.ts)_
422+
_See code: [lib/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.3/lib/commands/org/list/users.ts)_
423423

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

0 commit comments

Comments
 (0)