diff --git a/CHANGELOG.md b/CHANGELOG.md index 086e61d1..04910555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.7](https://github.com/salesforcecli/plugin-trust/compare/v1.0.6...v1.0.7) (2021-09-17) + + +### Bug Fixes + +* use tag when getting npm meta ([#165](https://github.com/salesforcecli/plugin-trust/issues/165)) ([e9fe7f2](https://github.com/salesforcecli/plugin-trust/commit/e9fe7f229a716e4685b7cd54ee753c02667bccd8)) + ### [1.0.6](https://github.com/salesforcecli/plugin-trust/compare/v1.0.5...v1.0.6) (2021-09-10) diff --git a/README.md b/README.md index b69ae54e..5a76c0b2 100644 --- a/README.md +++ b/README.md @@ -118,5 +118,5 @@ EXAMPLES sfdx plugins:trust:verify --npm @scope/npmName ``` -_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/v1.0.5/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/v1.0.6/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 44383946..0e9aae4e 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": "1.0.6", + "version": "1.0.7", "author": "Salesforce", "bin": { "sf-trust": "bin/run"