From 205a761fac339493a89957adaef7c899797d9ced Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 23 Aug 2023 20:11:45 +0000 Subject: [PATCH] chore(release): 2.10.4 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efd64af7..d3bfb3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.10.4](https://github.com/salesforcecli/plugin-org/compare/2.10.3...2.10.4) (2023-08-23) + + +### Bug Fixes + +* change default value definition ([#783](https://github.com/salesforcecli/plugin-org/issues/783)) ([3eb89b5](https://github.com/salesforcecli/plugin-org/commit/3eb89b5f87e3ed6e545e7a3b200663df258723cd)) + + + ## [2.10.3](https://github.com/salesforcecli/plugin-org/compare/2.10.2...2.10.3) (2023-08-20) diff --git a/package.json b/package.json index e4498200..5117a6c0 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.3", + "version": "2.10.4", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",