diff --git a/CHANGELOG.md b/CHANGELOG.md index fa3a1608..25f98a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.6.5](https://github.com/salesforcecli/plugin-info/compare/2.6.4...2.6.5) (2023-04-08) + + +### Bug Fixes + +* **deps:** bump vm2 from 3.9.11 to 3.9.15 ([5718ec3](https://github.com/salesforcecli/plugin-info/commit/5718ec30f1b39d99050b6db11249d1cd2e1e49e6)) + + + ## [2.6.4](https://github.com/salesforcecli/plugin-info/compare/2.6.3...2.6.4) (2023-04-02) diff --git a/package.json b/package.json index 6cbab63c..d9ca403d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-info", "description": "Plugin for accessing cli info from the command line", - "version": "2.6.4", + "version": "2.6.5", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "main": "lib/index.js",