Skip to content

Commit e5df7f2

Browse files
committed
chore(release): 1.1.11 [skip ci]
1 parent eafd3fb commit e5df7f2

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.1.11](https://github.com/salesforcecli/plugin-data-seeding/compare/1.1.10...1.1.11) (2025-01-12)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 4.2.0 to 4.2.2 ([3b2a832](https://github.com/salesforcecli/plugin-data-seeding/commit/3b2a832150a2283c7c06950c8b8919dd27fa8ee8))
6+
17
## [1.1.10](https://github.com/salesforcecli/plugin-data-seeding/compare/1.1.9...1.1.10) (2024-12-29)
28

39
### Bug Fixes

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024, Salesforce.com, Inc.
1+
Copyright (c) 2025, Salesforce.com, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ EXAMPLES
166166
./config/seed-config.json --wait 5
167167
```
168168

169-
_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)_
169+
_See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.11/src/commands/data-seeding/generate/index.ts)_
170170

171171
## `sf data-seeding generate report`
172172

@@ -201,7 +201,7 @@ EXAMPLES
201201
$ sf data-seeding generate report --use-most-recent
202202
```
203203

204-
_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)_
204+
_See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.11/src/commands/data-seeding/generate/report.ts)_
205205

206206
## `sf data-seeding migrate`
207207

@@ -254,7 +254,7 @@ EXAMPLES
254254
./config/data-seed.json --wait 5
255255
```
256256

257-
_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)_
257+
_See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.11/src/commands/data-seeding/migrate/index.ts)_
258258

259259
## `sf data-seeding migrate report`
260260

@@ -289,6 +289,6 @@ EXAMPLES
289289
$ sf data-seeding migrate report --use-most-recent
290290
```
291291

292-
_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)_
292+
_See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.11/src/commands/data-seeding/migrate/report.ts)_
293293

294294
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-data-seeding",
33
"description": "Migrate real data, generate fake data using GenAI, or deploy data files to target orgs.",
4-
"version": "1.1.10",
4+
"version": "1.1.11",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)