From 49f333de55076c5c246ca36b064d320e8f3cdc49 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 10 Apr 2024 17:24:40 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 14 +++++++------- package.json | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba51d3d..f0604428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [2.2.0](https://github.com/salesforcecli/plugin-signups/compare/2.1.3...2.2.0) (2024-04-10) + +### Features + +- core7, jsforce-node ([3b8dff8](https://github.com/salesforcecli/plugin-signups/commit/3b8dff83497b24d3392bee3351609e32bc57ec21)) + ## [2.1.3](https://github.com/salesforcecli/plugin-signups/compare/2.1.2...2.1.3) (2024-04-06) ### Bug Fixes diff --git a/README.md b/README.md index f9387b51..2814e7a2 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ EXAMPLES $ sf org create shape --target-org SourceOrg ``` -_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.3/src/commands/org/create/shape.ts)_ +_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.0/src/commands/org/create/shape.ts)_ ## `sf org create snapshot` @@ -179,7 +179,7 @@ FLAG DESCRIPTIONS as a version control system tag or commit ID. ``` -_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.3/src/commands/org/create/snapshot.ts)_ +_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.0/src/commands/org/create/snapshot.ts)_ ## `sf org delete shape` @@ -219,7 +219,7 @@ EXAMPLES $ sf org delete shape --target-org SourceOrg --no-prompt ``` -_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.3/src/commands/org/delete/shape.ts)_ +_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.0/src/commands/org/delete/shape.ts)_ ## `sf org delete snapshot` @@ -263,7 +263,7 @@ FLAG DESCRIPTIONS The IDs of scratch org snapshots start with 0Oo. ``` -_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.3/src/commands/org/delete/snapshot.ts)_ +_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.0/src/commands/org/delete/snapshot.ts)_ ## `sf org get snapshot` @@ -310,7 +310,7 @@ FLAG DESCRIPTIONS The IDs of scratch org snapshots start with 0Oo. ``` -_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.3/src/commands/org/get/snapshot.ts)_ +_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.0/src/commands/org/get/snapshot.ts)_ ## `sf org list shape` @@ -343,7 +343,7 @@ EXAMPLES $ sf org list shape --json > tmp/MyOrgShapeList.json ``` -_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.3/src/commands/org/list/shape.ts)_ +_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.0/src/commands/org/list/shape.ts)_ ## `sf org list snapshot` @@ -385,6 +385,6 @@ EXAMPLES $ sf org list snapshot --target-dev-hub SnapshotDevHub ``` -_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.3/src/commands/org/list/snapshot.ts)_ +_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.0/src/commands/org/list/snapshot.ts)_ diff --git a/package.json b/package.json index 73834bb6..3e2ed5a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-signups", "description": "Commands to interact with org shapes", - "version": "2.1.3", + "version": "2.2.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {