From 37e33463e3ba4847a5bbeb7fce59c59f765b04a9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 Jan 2024 08:23:38 +0000 Subject: [PATCH] chore(release): 1.2.30 [skip ci] ## [1.2.30](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.29...v1.2.30) (2024-01-19) ### Bug Fixes * **deps:** bump @salesforce/source-deploy-retrieve ([#423](https://github.com/jayree/sfdx-plugin-org/issues/423)) ([28e35bc](https://github.com/jayree/sfdx-plugin-org/commit/28e35bcd932043ef7b2facce2bdca34c854fa938)) * **deps:** bump playwright-chromium from 1.40.1 to 1.41.0 ([#422](https://github.com/jayree/sfdx-plugin-org/issues/422)) ([2f05b85](https://github.com/jayree/sfdx-plugin-org/commit/2f05b8563b00a6ead4691746b743e9ab990c2b00)) --- CHANGELOG.md | 8 ++++++++ README.md | 12 ++++++------ package.json | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c837242..173ec462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.2.30](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.29...v1.2.30) (2024-01-19) + + +### Bug Fixes + +* **deps:** bump @salesforce/source-deploy-retrieve ([#423](https://github.com/jayree/sfdx-plugin-org/issues/423)) ([28e35bc](https://github.com/jayree/sfdx-plugin-org/commit/28e35bcd932043ef7b2facce2bdca34c854fa938)) +* **deps:** bump playwright-chromium from 1.40.1 to 1.41.0 ([#422](https://github.com/jayree/sfdx-plugin-org/issues/422)) ([2f05b85](https://github.com/jayree/sfdx-plugin-org/commit/2f05b8563b00a6ead4691746b743e9ab990c2b00)) + ## [1.2.29](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.28...v1.2.29) (2024-01-12) diff --git a/README.md b/README.md index 6bd8a968..50bbe214 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ EXAMPLES ... ``` -_See code: [src/commands/jayree/flow/get/coverage.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.29/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.30/src/commands/jayree/flow/get/coverage.ts)_ ### `sfdx jayree:org:configure` @@ -78,7 +78,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.29/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.30/src/commands/jayree/org/configure/index.ts)_ ### `sfdx jayree:org:configure:country` @@ -97,7 +97,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.29/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.30/src/commands/jayree/org/configure/country.ts)_ ### `sfdx jayree:org:configure:state` @@ -121,7 +121,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.29/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.30/src/commands/jayree/org/configure/state.ts)_ ### `sfdx jayree:org:get:settings` @@ -150,7 +150,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.29/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.30/src/commands/jayree/org/get/settings.ts)_ ### `sfdx jayree:org:stream` @@ -181,5 +181,5 @@ EXAMPLES ... ``` -_See code: [src/commands/jayree/org/stream.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.29/src/commands/jayree/org/stream.ts)_ +_See code: [src/commands/jayree/org/stream.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.30/src/commands/jayree/org/stream.ts)_ diff --git a/package.json b/package.json index 66fba414..6aa3d3b5 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.29", + "version": "1.2.30", "author": "jayree", "type": "module", "bugs": "https://github.com/jayree/sfdx-plugin-org/issues",