Skip to content

Commit

Permalink
chore(release): 3.7.54 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jan 12, 2025
1 parent ecf1fbc commit f836e82
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.7.54](https://github.com/salesforcecli/plugin-trust/compare/3.7.53...3.7.54) (2025-01-12)

### Bug Fixes

- **deps:** bump @oclif/core from 4.2.0 to 4.2.2 ([d6bdbc4](https://github.com/salesforcecli/plugin-trust/commit/d6bdbc4286f625e775eeb913d02100e479740e1f))

## [3.7.53](https://github.com/salesforcecli/plugin-trust/compare/3.7.52...3.7.53) (2024-12-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024, Salesforce.com, Inc.
Copyright (c) 2025, Salesforce.com, Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ EXAMPLES
$ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName
```

_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.53/src/commands/plugins/trust/verify.ts)_
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.54/src/commands/plugins/trust/verify.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-trust",
"description": "validate a digital signature for a npm package",
"version": "3.7.53",
"version": "3.7.54",
"author": "Salesforce",
"bin": {
"sf-trust": "bin/dev"
Expand Down

0 comments on commit f836e82

Please sign in to comment.