From e416809053d67c05593f77a71bb0372d4fa5f307 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Oct 2023 08:23:46 +0000 Subject: [PATCH] chore(release): 1.2.14 [skip ci] ## [1.2.14](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.13...v1.2.14) (2023-10-13) ### Bug Fixes * **deps:** bump @jayree/changelog from 1.1.6 to 1.1.7 ([#279](https://github.com/jayree/sfdx-plugin-org/issues/279)) ([e724be3](https://github.com/jayree/sfdx-plugin-org/commit/e724be3ea0dcfc40919c28eb013c6b28aeaef6ba)) * **deps:** bump @salesforce/sf-plugins-core from 3.1.25 to 4.0.0 ([#268](https://github.com/jayree/sfdx-plugin-org/issues/268)) ([2c8cf28](https://github.com/jayree/sfdx-plugin-org/commit/2c8cf2897360760fb984de94702fe7cf837c24a6)) * **deps:** bump @salesforce/source-deploy-retrieve from 9.7.22 to 9.7.24 ([#286](https://github.com/jayree/sfdx-plugin-org/issues/286)) ([1aef8b7](https://github.com/jayree/sfdx-plugin-org/commit/1aef8b7ffbbceadec84de3a8bc3d2c9807f7cf11)) * **deps:** bump playwright-chromium from 1.38.1 to 1.39.0 ([#283](https://github.com/jayree/sfdx-plugin-org/issues/283)) ([40f10f4](https://github.com/jayree/sfdx-plugin-org/commit/40f10f408aa53775f1ca1185e15d588e683b7123)) --- CHANGELOG.md | 10 ++++++++++ README.md | 12 ++++++------ package.json | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b584e27..fc1b1dd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.2.14](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.13...v1.2.14) (2023-10-13) + + +### Bug Fixes + +* **deps:** bump @jayree/changelog from 1.1.6 to 1.1.7 ([#279](https://github.com/jayree/sfdx-plugin-org/issues/279)) ([e724be3](https://github.com/jayree/sfdx-plugin-org/commit/e724be3ea0dcfc40919c28eb013c6b28aeaef6ba)) +* **deps:** bump @salesforce/sf-plugins-core from 3.1.25 to 4.0.0 ([#268](https://github.com/jayree/sfdx-plugin-org/issues/268)) ([2c8cf28](https://github.com/jayree/sfdx-plugin-org/commit/2c8cf2897360760fb984de94702fe7cf837c24a6)) +* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.22 to 9.7.24 ([#286](https://github.com/jayree/sfdx-plugin-org/issues/286)) ([1aef8b7](https://github.com/jayree/sfdx-plugin-org/commit/1aef8b7ffbbceadec84de3a8bc3d2c9807f7cf11)) +* **deps:** bump playwright-chromium from 1.38.1 to 1.39.0 ([#283](https://github.com/jayree/sfdx-plugin-org/issues/283)) ([40f10f4](https://github.com/jayree/sfdx-plugin-org/commit/40f10f408aa53775f1ca1185e15d588e683b7123)) + ## [1.2.13](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.12...v1.2.13) (2023-10-06) diff --git a/README.md b/README.md index 4529bf89..2c331db6 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.13/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.14/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.13/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.14/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.13/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.14/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.13/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.14/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.13/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.14/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.13/src/commands/jayree/org/stream.ts)_ +_See code: [src/commands/jayree/org/stream.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/org/stream.ts)_ diff --git a/package.json b/package.json index c097f016..18b1ed05 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.13", + "version": "1.2.14", "author": "jayree", "type": "module", "bugs": "https://github.com/jayree/sfdx-plugin-org/issues",