diff --git a/CHANGELOG.md b/CHANGELOG.md index 5844fa22..0ea689b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.0.6](https://github.com/salesforcecli/plugin-signups/compare/2.0.5...2.0.6) (2023-12-07) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 6.1.3 to 6.2.2 ([f783f99](https://github.com/salesforcecli/plugin-signups/commit/f783f99444ec185f1647d380551edb61f6c8432e)) + ## [2.0.5](https://github.com/salesforcecli/plugin-signups/compare/2.0.4...2.0.5) (2023-12-02) ### Bug Fixes diff --git a/README.md b/README.md index b5a18727..57bfa205 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,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.5/src/commands/org/create/shape.ts)_ +_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.6/src/commands/org/create/shape.ts)_ ## `sf org create snapshot` @@ -174,7 +174,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.5/src/commands/org/create/snapshot.ts)_ +_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.6/src/commands/org/create/snapshot.ts)_ ## `sf org delete shape` @@ -212,7 +212,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.5/src/commands/org/delete/shape.ts)_ +_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.6/src/commands/org/delete/shape.ts)_ ## `sf org delete snapshot` @@ -254,7 +254,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.5/src/commands/org/delete/snapshot.ts)_ +_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.6/src/commands/org/delete/snapshot.ts)_ ## `sf org get snapshot` @@ -299,7 +299,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.5/src/commands/org/get/snapshot.ts)_ +_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.6/src/commands/org/get/snapshot.ts)_ ## `sf org list shape` @@ -331,7 +331,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.5/src/commands/org/list/shape.ts)_ +_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.6/src/commands/org/list/shape.ts)_ ## `sf org list snapshot` @@ -371,6 +371,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.5/src/commands/org/list/snapshot.ts)_ +_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.6/src/commands/org/list/snapshot.ts)_ diff --git a/package.json b/package.json index ae3d6c59..8f0dfbae 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.5", + "version": "2.0.6", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {