diff --git a/CHANGELOG.md b/CHANGELOG.md index b67ec2cd..1f34ef9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.6.16](https://github.com/salesforcecli/plugin-trust/compare/2.6.15...2.6.16) (2023-09-28) + +### Bug Fixes + +- **deps:** bump get-func-name from 2.0.0 to 2.0.2 ([ef92b4b](https://github.com/salesforcecli/plugin-trust/commit/ef92b4bc962c6318d3ab8d50b9f0c7df28849479)) + ## [2.6.15](https://github.com/salesforcecli/plugin-trust/compare/2.6.14...2.6.15) (2023-09-26) ### Bug Fixes diff --git a/README.md b/README.md index 4bb3eabd..7f72b82c 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,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/2.6.15/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/2.6.16/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 87bb1b2b..dea646eb 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": "2.6.15", + "version": "2.6.16", "author": "Salesforce", "main": "lib/index.js", "bin": {