From dc87c691fb3349dda32c0c18a422a899cdf160f9 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 20 Aug 2023 02:46:32 +0000 Subject: [PATCH] chore(release): 2.10.2 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc4341d..86d342c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.10.2](https://github.com/salesforcecli/plugin-org/compare/2.10.1...2.10.2) (2023-08-20) + + +### Bug Fixes + +* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.2 to 9.7.4 ([92632f2](https://github.com/salesforcecli/plugin-org/commit/92632f21c2ab6713f43cedc328740db02aca9a95)) + + + ## [2.10.1](https://github.com/salesforcecli/plugin-org/compare/2.10.0...2.10.1) (2023-08-17) diff --git a/package.json b/package.json index 8355ed0c..8208e39e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-org", "description": "Commands to interact with Salesforce orgs", - "version": "2.10.1", + "version": "2.10.2", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",