diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f36485..313afa1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.4.0](https://github.com/salesforcecli/plugin-trust/compare/2.3.2...2.4.0) (2023-01-30) + + +### Features + +* bump sf-plugins-core and core ([#396](https://github.com/salesforcecli/plugin-trust/issues/396)) ([e11d757](https://github.com/salesforcecli/plugin-trust/commit/e11d75773d5cfc85eb546306bd971a9776792b7c)) + + + ## [2.3.2](https://github.com/salesforcecli/plugin-trust/compare/2.3.1...2.3.2) (2023-01-29) diff --git a/package.json b/package.json index 1368700f..4bb3045f 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.3.2", + "version": "2.4.0", "author": "Salesforce", "main": "lib/index.js", "bin": { @@ -125,4 +125,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file