diff --git a/CHANGELOG.md b/CHANGELOG.md index 57771dee..bd359455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/LICENSE.txt b/LICENSE.txt index 6cfd8734..fa1e65c7 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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: diff --git a/README.md b/README.md index d2b4475e..6e213ba8 100644 --- a/README.md +++ b/README.md @@ -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)_ diff --git a/package.json b/package.json index 3a5ad2c9..804876b1 100644 --- a/package.json +++ b/package.json @@ -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"