diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf8b32f..f552376b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.2.18](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.17...v1.2.18) (2023-11-10) + + +### Bug Fixes + +* **deps:** bump @salesforce/sf-plugins-core from 4.0.0 to 4.1.0 ([#340](https://github.com/jayree/sfdx-plugin-org/issues/340)) ([0962b10](https://github.com/jayree/sfdx-plugin-org/commit/0962b10f165aeaaba9418cc8fc6306a9102d472b)) +* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.28 to 9.8.5 ([#337](https://github.com/jayree/sfdx-plugin-org/issues/337)) ([e520cd4](https://github.com/jayree/sfdx-plugin-org/commit/e520cd44e01c89e677a2fb3fca29a3560169b77b)) + ## [1.2.17](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.16...v1.2.17) (2023-10-27) diff --git a/README.md b/README.md index f5d08975..d0d12dfc 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.17/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.18/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.17/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.18/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.17/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.18/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.17/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.18/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.17/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.18/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.17/src/commands/jayree/org/stream.ts)_ +_See code: [src/commands/jayree/org/stream.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.18/src/commands/jayree/org/stream.ts)_ diff --git a/package.json b/package.json index c7b0d843..fc821f76 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.17", + "version": "1.2.18", "author": "jayree", "type": "module", "bugs": "https://github.com/jayree/sfdx-plugin-org/issues",