Skip to content

Commit

Permalink
chore(release): 2.3.39 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 23, 2023
1 parent 61e7a07 commit b069d1d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.3.39](https://github.com/salesforcecli/plugin-user/compare/2.3.38...2.3.39) (2023-10-23)

### Bug Fixes

- **deps:** bump @salesforce/ts-types from 2.0.8 to 2.0.9 ([e5a2b4f](https://github.com/salesforcecli/plugin-user/commit/e5a2b4f9b68618cac8f6c8d28bf6ee1b83c1a23c))

## [2.3.38](https://github.com/salesforcecli/plugin-user/compare/2.3.37...2.3.38) (2023-10-22)

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ EXAMPLES
user3@my.org
```

_See code: [src/commands/force/user/password/generate.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.38/src/commands/force/user/password/generate.ts)_
_See code: [src/commands/force/user/password/generate.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.39/src/commands/force/user/password/generate.ts)_

## `sfdx org:assign:permset`

Expand Down Expand Up @@ -202,7 +202,7 @@ EXAMPLES
$ sfdx org:assign:permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
```

_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.38/src/commands/org/assign/permset.ts)_
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.39/src/commands/org/assign/permset.ts)_

## `sfdx org:assign:permsetlicense`

Expand Down Expand Up @@ -246,7 +246,7 @@ EXAMPLES
--on-behalf-of user3
```

_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.38/src/commands/org/assign/permsetlicense.ts)_
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.39/src/commands/org/assign/permsetlicense.ts)_

## `sfdx org:create:user`

Expand Down Expand Up @@ -344,7 +344,7 @@ FLAG DESCRIPTIONS
might be different than what you specify in the definition file.
```

_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.38/src/commands/org/create/user.ts)_
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.39/src/commands/org/create/user.ts)_

## `sfdx org:display:user`

Expand Down Expand Up @@ -381,7 +381,7 @@ EXAMPLES
$ sfdx org:display:user --target-org me@my.org --json
```

_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.38/src/commands/org/display/user.ts)_
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.39/src/commands/org/display/user.ts)_

## `sfdx org:generate:password`

Expand Down Expand Up @@ -445,7 +445,7 @@ EXAMPLES
$ sfdx org:generate:password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
```

_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.38/src/commands/org/generate/password.ts)_
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.39/src/commands/org/generate/password.ts)_

## `sfdx org:list:users`

Expand Down Expand Up @@ -481,6 +481,6 @@ EXAMPLES
$ sfdx org:list:users --target-org me@my.org
```

_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.38/src/commands/org/list/users.ts)_
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.39/src/commands/org/list/users.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-user",
"description": "Commands to interact with Users and Permission Sets",
"version": "2.3.38",
"version": "2.3.39",
"author": "Salesforce",
"main": "lib/index.js",
"bugs": "https://github.com/forcedotcom/cli/issues",
Expand Down

0 comments on commit b069d1d

Please sign in to comment.