Skip to content

Commit 0b9ea8f

Browse files
committed
chore(release): 3.8.15 [skip ci]
1 parent 2b7970a commit 0b9ea8f

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.8.15](https://github.com/salesforcecli/plugin-trust/compare/3.8.14...3.8.15) (2026-06-07)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/sf-plugins-core from 12.2.22 to 12.2.24 ([05ce5ee](https://github.com/salesforcecli/plugin-trust/commit/05ce5ee4eeef29381cee3176d8cca1d49a3158a4))
6+
17
## [3.8.14](https://github.com/salesforcecli/plugin-trust/compare/3.8.13...3.8.14) (2026-06-07)
28

39
### Bug Fixes

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ EXAMPLES
131131
$ @salesforce/plugin-trust plugins trust allowlist add --name @scope/my-plugin --name another-plugin
132132
```
133133

134-
_See code: [src/commands/plugins/trust/allowlist/add.ts](https://github.com/salesforcecli/plugin-trust/blob/3.8.14/src/commands/plugins/trust/allowlist/add.ts)_
134+
_See code: [src/commands/plugins/trust/allowlist/add.ts](https://github.com/salesforcecli/plugin-trust/blob/3.8.15/src/commands/plugins/trust/allowlist/add.ts)_
135135

136136
## `@salesforce/plugin-trust plugins trust allowlist list`
137137

@@ -159,7 +159,7 @@ EXAMPLES
159159
$ @salesforce/plugin-trust plugins trust allowlist list
160160
```
161161

162-
_See code: [src/commands/plugins/trust/allowlist/list.ts](https://github.com/salesforcecli/plugin-trust/blob/3.8.14/src/commands/plugins/trust/allowlist/list.ts)_
162+
_See code: [src/commands/plugins/trust/allowlist/list.ts](https://github.com/salesforcecli/plugin-trust/blob/3.8.15/src/commands/plugins/trust/allowlist/list.ts)_
163163

164164
## `@salesforce/plugin-trust plugins trust allowlist remove`
165165

@@ -196,7 +196,7 @@ EXAMPLES
196196
$ @salesforce/plugin-trust plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
197197
```
198198

199-
_See code: [src/commands/plugins/trust/allowlist/remove.ts](https://github.com/salesforcecli/plugin-trust/blob/3.8.14/src/commands/plugins/trust/allowlist/remove.ts)_
199+
_See code: [src/commands/plugins/trust/allowlist/remove.ts](https://github.com/salesforcecli/plugin-trust/blob/3.8.15/src/commands/plugins/trust/allowlist/remove.ts)_
200200

201201
## `@salesforce/plugin-trust plugins trust verify`
202202

@@ -225,6 +225,6 @@ EXAMPLES
225225
$ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName
226226
```
227227

228-
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.8.14/src/commands/plugins/trust/verify.ts)_
228+
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.8.15/src/commands/plugins/trust/verify.ts)_
229229

230230
<!-- 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-trust",
33
"description": "validate a digital signature for a npm package",
4-
"version": "3.8.14",
4+
"version": "3.8.15",
55
"author": "Salesforce",
66
"bin": {
77
"sf-trust": "bin/dev"

0 commit comments

Comments
 (0)