Skip to content

Commit

Permalink
chore(release): 1.1.10 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Dec 29, 2024
1 parent 5dd0f60 commit f8155b6
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.10](https://github.com/salesforcecli/plugin-data-seeding/compare/1.1.9...1.1.10) (2024-12-29)

### Bug Fixes

- **deps:** bump @oclif/multi-stage-output from 0.8.0 to 0.8.1 ([fdd35f9](https://github.com/salesforcecli/plugin-data-seeding/commit/fdd35f9ee707393f961c51f9cca6ec57494e3b52))

## [1.1.9](https://github.com/salesforcecli/plugin-data-seeding/compare/1.1.8...1.1.9) (2024-12-22)

### 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.9/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.10/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.9/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.10/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.9/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.10/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.9/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.10/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.9",
"version": "1.1.10",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit f8155b6

Please sign in to comment.