Skip to content

Commit

Permalink
chore(release): 1.1.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Dec 8, 2024
1 parent 3e54c01 commit 3f42fa2
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.6](https://github.com/salesforcecli/plugin-data-seeding/compare/1.1.5...1.1.6) (2024-12-08)

### Bug Fixes

- **deps:** bump @oclif/core from 4.0.33 to 4.0.34 ([41b5da9](https://github.com/salesforcecli/plugin-data-seeding/commit/41b5da9d1bd72108e8081b786a74b21ac4d6a468))

## [1.1.5](https://github.com/salesforcecli/plugin-data-seeding/compare/1.1.4...1.1.5) (2024-12-01)

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

0 comments on commit 3f42fa2

Please sign in to comment.