diff --git a/CHANGELOG.md b/CHANGELOG.md index f8f7a73e..e7ff5846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.8.16](https://github.com/salesforcecli/plugin-auth/compare/2.8.15...2.8.16) (2023-09-03) + + +### Bug Fixes + +* **deps:** bump inquirer from 8.2.5 to 8.2.6 ([7d02f90](https://github.com/salesforcecli/plugin-auth/commit/7d02f9040cc61cb9fc5a5d05caae8dc0c35be672)) + + + ## [2.8.15](https://github.com/salesforcecli/plugin-auth/compare/2.8.14...2.8.15) (2023-09-02) diff --git a/package.json b/package.json index 08eec19e..f365bc01 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-auth", "description": "plugin for sfdx auth commands", - "version": "2.8.15", + "version": "2.8.16", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "main": "lib/index.js",