Skip to content

Commit c93093d

Browse files
committed
chore(release): 3.6.6 [skip ci]
1 parent 12d5861 commit c93093d

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
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.6](https://github.com/salesforcecli/plugin-user/compare/3.6.5...3.6.6) (2025-01-12)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/sf-plugins-core from 12.1.1 to 12.1.2 ([396ef38](https://github.com/salesforcecli/plugin-user/commit/396ef38b996f9e930d25c25131e0eb68cddbab62))
6+
17
## [3.6.5](https://github.com/salesforcecli/plugin-user/compare/3.6.4...3.6.5) (2024-12-15)
28

39
### Bug Fixes

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024, Salesforce.com, Inc.
1+
Copyright (c) 2025, Salesforce.com, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.md

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

141-
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.5/src/commands/org/assign/permset.ts)_
141+
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.6/src/commands/org/assign/permset.ts)_
142142

143143
## `sf org assign permsetlicense`
144144

@@ -184,7 +184,7 @@ EXAMPLES
184184
user3
185185
```
186186

187-
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.5/src/commands/org/assign/permsetlicense.ts)_
187+
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.6/src/commands/org/assign/permsetlicense.ts)_
188188

189189
## `sf org create user`
190190

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

295-
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.5/src/commands/org/create/user.ts)_
295+
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.6/src/commands/org/create/user.ts)_
296296

297297
## `sf org display user`
298298

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

334-
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.5/src/commands/org/display/user.ts)_
334+
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.6/src/commands/org/display/user.ts)_
335335

336336
## `sf org generate password`
337337

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

401-
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.5/src/commands/org/generate/password.ts)_
401+
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.6/src/commands/org/generate/password.ts)_
402402

403403
## `sf org list users`
404404

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

439-
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.5/src/commands/org/list/users.ts)_
439+
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.6/src/commands/org/list/users.ts)_
440440

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

0 commit comments

Comments
 (0)