Skip to content

Commit 29e20d5

Browse files
committed
chore(release): 3.3.2 [skip ci]
1 parent 35e556c commit 29e20d5

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.3.2](https://github.com/salesforcecli/plugin-user/compare/3.3.1...3.3.2) (2024-03-10)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 3.19.6 to 3.23.0 ([a7277d3](https://github.com/salesforcecli/plugin-user/commit/a7277d3c87db591d69b3a2bcf0652ffaa9a6f8cc))
6+
17
## [3.3.1](https://github.com/salesforcecli/plugin-user/compare/3.3.0...3.3.1) (2024-03-03)
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: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.1/src/commands/org/assign/permset.ts)_
139+
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.2/src/commands/org/assign/permset.ts)_
140140

141141
## `sf org assign permsetlicense`
142142

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

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

185185
## `sf org create user`
186186

@@ -286,7 +286,7 @@ FLAG DESCRIPTIONS
286286
might be different than what you specify in the definition file.
287287
```
288288

289-
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.1/src/commands/org/create/user.ts)_
289+
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.2/src/commands/org/create/user.ts)_
290290

291291
## `sf org display user`
292292

@@ -324,7 +324,7 @@ EXAMPLES
324324
$ sf org display user --target-org me@my.org --json
325325
```
326326

327-
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.1/src/commands/org/display/user.ts)_
327+
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.2/src/commands/org/display/user.ts)_
328328

329329
## `sf org generate password`
330330

@@ -389,7 +389,7 @@ EXAMPLES
389389
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
390390
```
391391

392-
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.1/src/commands/org/generate/password.ts)_
392+
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.2/src/commands/org/generate/password.ts)_
393393

394394
## `sf org list users`
395395

@@ -426,6 +426,6 @@ EXAMPLES
426426
$ sf org list users --target-org me@my.org
427427
```
428428

429-
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.1/src/commands/org/list/users.ts)_
429+
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.2/src/commands/org/list/users.ts)_
430430

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

0 commit comments

Comments
 (0)