From 394f16863ff6f24b798fe7c8bbf7f0a05fb46cbb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Oct 2023 08:22:13 +0000 Subject: [PATCH] chore(release): 1.2.17 [skip ci] ## [1.2.17](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.16...v1.2.17) (2023-10-27) ### Bug Fixes * **deps:** bump @salesforce/source-deploy-retrieve from 9.7.27 to 9.7.28 ([#307](https://github.com/jayree/sfdx-plugin-org/issues/307)) ([b0f5fc9](https://github.com/jayree/sfdx-plugin-org/commit/b0f5fc9aa05e22007e485b18a4f5fdc9a5eec7bc)) --- CHANGELOG.md | 7 +++++++ README.md | 12 ++++++------ package.json | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 304a897c..8bf8b32f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.17](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.16...v1.2.17) (2023-10-27) + + +### Bug Fixes + +* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.27 to 9.7.28 ([#307](https://github.com/jayree/sfdx-plugin-org/issues/307)) ([b0f5fc9](https://github.com/jayree/sfdx-plugin-org/commit/b0f5fc9aa05e22007e485b18a4f5fdc9a5eec7bc)) + ## [1.2.16](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.15...v1.2.16) (2023-10-20) diff --git a/README.md b/README.md index 39f8fc14..f5d08975 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ EXAMPLES ... ``` -_See code: [src/commands/jayree/flow/get/coverage.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/flow/get/coverage.ts)_ +_See code: [src/commands/jayree/flow/get/coverage.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.17/src/commands/jayree/flow/get/coverage.ts)_ ### `sfdx jayree:org:configure` @@ -76,7 +76,7 @@ EXAMPLES $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings" ``` -_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/org/configure/index.ts)_ +_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.17/src/commands/jayree/org/configure/index.ts)_ ### `sfdx jayree:org:configure:country` @@ -94,7 +94,7 @@ GLOBAL FLAGS --json Format output as json. ``` -_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/org/configure/country.ts)_ +_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.17/src/commands/jayree/org/configure/country.ts)_ ### `sfdx jayree:org:configure:state` @@ -117,7 +117,7 @@ GLOBAL FLAGS --json Format output as json. ``` -_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/org/configure/state.ts)_ +_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.17/src/commands/jayree/org/configure/state.ts)_ ### `sfdx jayree:org:get:settings` @@ -145,7 +145,7 @@ EXAMPLES $ sfdx jayree:org:settings -u MyTestOrg1 -w ``` -_See code: [src/commands/jayree/org/get/settings.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/org/get/settings.ts)_ +_See code: [src/commands/jayree/org/get/settings.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.17/src/commands/jayree/org/get/settings.ts)_ ### `sfdx jayree:org:stream` @@ -175,5 +175,5 @@ EXAMPLES ... ``` -_See code: [src/commands/jayree/org/stream.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/org/stream.ts)_ +_See code: [src/commands/jayree/org/stream.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.17/src/commands/jayree/org/stream.ts)_ diff --git a/package.json b/package.json index 9d20a62f..dceadc8e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@jayree/sfdx-plugin-org", "description": "A Salesforce CLI plugin containing commands to configure State and Country/Territory Picklists and other org settings.", - "version": "1.2.16", + "version": "1.2.17", "author": "jayree", "type": "module", "bugs": "https://github.com/jayree/sfdx-plugin-org/issues",