Skip to content

Commit

Permalink
chore(release): 1.1.1 [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 8193f7f commit c1dc686
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.1](https://github.com/salesforcecli/plugin-data-seeding/compare/1.1.0...1.1.1) (2024-11-19)

### Bug Fixes

- @W-17233341 - yarn path-to-regexp version fix ([ad811f9](https://github.com/salesforcecli/plugin-data-seeding/commit/ad811f9d3b11112c8a30db33bea8aa56c269c9a4))

# [1.1.0](https://github.com/salesforcecli/plugin-data-seeding/compare/1.0.10...1.1.0) (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.0/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.1/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.0/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.1/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.0/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.1/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.0/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.1/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.0",
"version": "1.1.1",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit c1dc686

Please sign in to comment.