Skip to content

Commit

Permalink
chore(release): 1.1.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Nov 19, 2024
1 parent 698c082 commit 04de0ea
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 04de0ea

Please sign in to comment.