diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f993b..f63f2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.1.3](https://github.com/salesforcecli/plugin-data-seeding/compare/1.1.2...1.1.3) (2024-11-19) + +### Bug Fixes + +- @W-17233341 - disabling ctc ([d8efb1c](https://github.com/salesforcecli/plugin-data-seeding/commit/d8efb1cd702bb5a86d65451a3c397281830b0ff1)) + ## [1.1.2](https://github.com/salesforcecli/plugin-data-seeding/compare/1.1.1...1.1.2) (2024-11-19) ### Bug Fixes diff --git a/README.md b/README.md index e84b1e7..e6e0f7f 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ EXAMPLES ./config/seed-config.json --wait 5 ``` -_See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.2/src/commands/data-seeding/generate/index.ts)_ +_See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.3/src/commands/data-seeding/generate/index.ts)_ ## `sf data-seeding generate report` @@ -201,7 +201,7 @@ EXAMPLES $ sf data-seeding generate report --use-most-recent ``` -_See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.2/src/commands/data-seeding/generate/report.ts)_ +_See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.3/src/commands/data-seeding/generate/report.ts)_ ## `sf data-seeding migrate` @@ -254,7 +254,7 @@ EXAMPLES ./config/data-seed.json --wait 5 ``` -_See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.2/src/commands/data-seeding/migrate/index.ts)_ +_See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.3/src/commands/data-seeding/migrate/index.ts)_ ## `sf data-seeding migrate report` @@ -289,6 +289,6 @@ EXAMPLES $ sf data-seeding migrate report --use-most-recent ``` -_See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.2/src/commands/data-seeding/migrate/report.ts)_ +_See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.3/src/commands/data-seeding/migrate/report.ts)_ diff --git a/package.json b/package.json index c9ae72e..0fde862 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-data-seeding", "description": "Migrate real data, generate fake data using GenAI, or deploy data files to target orgs.", - "version": "1.1.2", + "version": "1.1.3", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {