diff --git a/CHANGELOG.md b/CHANGELOG.md index afb0ec1e..80fdbe5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.6.31](https://github.com/salesforcecli/plugin-info/compare/2.6.30...2.6.31) (2023-07-17) + + +### Bug Fixes + +* **deps:** bump semver from 7.5.3 to 7.5.4 ([122c990](https://github.com/salesforcecli/plugin-info/commit/122c990d981df72d3da1605c9f8fe24b6ec3f24b)) + + + ## [2.6.30](https://github.com/salesforcecli/plugin-info/compare/2.6.29...2.6.30) (2023-07-12) diff --git a/package.json b/package.json index 9d149238..22294f74 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.30", + "version": "2.6.31", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "main": "lib/index.js",