From 95c61e363cec62295efbf3635882e63cfbb4eec2 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 18 Mar 2023 08:43:08 +0000 Subject: [PATCH] chore(release): 2.7.9 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ac9de0..63985331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.7.9](https://github.com/salesforcecli/plugin-auth/compare/2.7.8...2.7.9) (2023-03-18) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 3.33.9 to 3.34.1 ([94eccb1](https://github.com/salesforcecli/plugin-auth/commit/94eccb1b7f1d3f8bda0a24f2d2dbab053686712d)) + + + ## [2.7.8](https://github.com/salesforcecli/plugin-auth/compare/2.7.7...2.7.8) (2023-03-14) diff --git a/package.json b/package.json index bf27899f..a687378a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-auth", "description": "plugin for sfdx auth commands", - "version": "2.7.8", + "version": "2.7.9", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "main": "lib/index.js",