From 7c5a7629b4c5ade39784c19c0465abb56928f1ac Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 24 Dec 2023 02:44:36 +0000 Subject: [PATCH] chore(release): 2.0.11 [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 174931c1..a705494f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.0.11](https://github.com/salesforcecli/plugin-signups/compare/2.0.10...2.0.11) (2023-12-24) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.15.0 to 3.15.1 ([6f24fb5](https://github.com/salesforcecli/plugin-signups/commit/6f24fb5c4150c96e8056c19677c8aae5cca9e517)) + ## [2.0.10](https://github.com/salesforcecli/plugin-signups/compare/2.0.9...2.0.10) (2023-12-16) ### Bug Fixes diff --git a/README.md b/README.md index 3e2ab29c..e4c1d572 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,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.0.10/src/commands/org/create/shape.ts)_ +_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.11/src/commands/org/create/shape.ts)_ ## `sf org create snapshot` @@ -176,7 +176,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.0.10/src/commands/org/create/snapshot.ts)_ +_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.11/src/commands/org/create/snapshot.ts)_ ## `sf org delete shape` @@ -215,7 +215,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.0.10/src/commands/org/delete/shape.ts)_ +_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.11/src/commands/org/delete/shape.ts)_ ## `sf org delete snapshot` @@ -258,7 +258,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.0.10/src/commands/org/delete/snapshot.ts)_ +_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.11/src/commands/org/delete/snapshot.ts)_ ## `sf org get snapshot` @@ -304,7 +304,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.0.10/src/commands/org/get/snapshot.ts)_ +_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.11/src/commands/org/get/snapshot.ts)_ ## `sf org list shape` @@ -336,7 +336,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.0.10/src/commands/org/list/shape.ts)_ +_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.11/src/commands/org/list/shape.ts)_ ## `sf org list snapshot` @@ -377,6 +377,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.0.10/src/commands/org/list/snapshot.ts)_ +_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.11/src/commands/org/list/snapshot.ts)_ diff --git a/package.json b/package.json index ab881093..b387541a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-signups", "description": "Commands to interact with org shapes", - "version": "2.0.10", + "version": "2.0.11", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {