Skip to content

Commit af69e4f

Browse files
committed
chore(release): 1.1.0 [skip ci]
1 parent c3edb0d commit af69e4f

File tree

3 files changed

+32
-5
lines changed

3 files changed

+32
-5
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# [1.1.0](https://github.com/salesforcecli/plugin-data-seeding/compare/1.0.10...1.1.0) (2024-11-19)
2+
3+
### Bug Fixes
4+
5+
- @W-17233341 - minor changes for got version ([ac25dc0](https://github.com/salesforcecli/plugin-data-seeding/commit/ac25dc00a592cd6f0548733425aafa660a7e522d))
6+
- **@W-17233341:** changes for minting JWT and SFAP endpoints ([2cceecc](https://github.com/salesforcecli/plugin-data-seeding/commit/2cceecc2408622ca46ef9cf3d195387b7fd94a15))
7+
- **@W-17233341:** changes for minting JWT and SFAP endpoints ([d1eac95](https://github.com/salesforcecli/plugin-data-seeding/commit/d1eac950abf3c08bcb3529013b098c51200fb752))
8+
- **@W-17233341:** changes for minting JWT and SFAP endpoints ([6da3f00](https://github.com/salesforcecli/plugin-data-seeding/commit/6da3f00cdab9f36c84ded35190d534575b8711b0))
9+
- async stop and partial complete ([3107ad1](https://github.com/salesforcecli/plugin-data-seeding/commit/3107ad1bfc356bcf0e5041d613bead1cd08de476))
10+
- **deps:** bump @oclif/core from 4.0.30 to 4.0.31 ([7db83c5](https://github.com/salesforcecli/plugin-data-seeding/commit/7db83c57cdfc13c2ff720e948f3bec255f691c92))
11+
- **deps:** bump @oclif/core from 4.0.31 to 4.0.32 ([6c5255c](https://github.com/salesforcecli/plugin-data-seeding/commit/6c5255c940347f4e6ae938e4605c92896d0e9f0c))
12+
- **deps:** bump @oclif/multi-stage-output from 0.7.11 to 0.7.12 ([77bc12f](https://github.com/salesforcecli/plugin-data-seeding/commit/77bc12fa6e0ac1f207a2dff95f82c471614b89f3))
13+
- **deps:** bump @oclif/multi-stage-output from 0.7.7 to 0.7.11 ([a17a75f](https://github.com/salesforcecli/plugin-data-seeding/commit/a17a75f622f965cf04f862af8aa8cd435df8a911))
14+
- **deps:** bump cross-spawn from 7.0.3 to 7.0.5 ([6216238](https://github.com/salesforcecli/plugin-data-seeding/commit/6216238df09ba7232b07fbdfef5ac32894d72f05))
15+
- **deps:** bump form-data from 4.0.0 to 4.0.1 ([b2e8c93](https://github.com/salesforcecli/plugin-data-seeding/commit/b2e8c936631dbb9a08bb0fb598a0ea730e139a9b))
16+
- **deps:** bump got from 14.4.2 to 14.4.3 ([79f1a34](https://github.com/salesforcecli/plugin-data-seeding/commit/79f1a34917b710c094a073e0e4c57673ff1aaeb1))
17+
- **deps:** bump got from 14.4.3 to 14.4.4 ([6b080d6](https://github.com/salesforcecli/plugin-data-seeding/commit/6b080d63b21d08c7f065dd0f93720b0ed8a3ec96))
18+
- disable mso timers on async ([ef592ef](https://github.com/salesforcecli/plugin-data-seeding/commit/ef592ef62bb18904ddc9815ae060f7a4550bbccf))
19+
- edit message for new data seeding commands ([12a7c03](https://github.com/salesforcecli/plugin-data-seeding/commit/12a7c038dc4e402caab687b942ead14bdf1530a6))
20+
21+
### Features
22+
23+
- async, timeout, mso refactor ([c3e57e1](https://github.com/salesforcecli/plugin-data-seeding/commit/c3e57e1b508721cb7c85f2a44a8c21f7608249b4))
24+
- report command, refactor, mso updates ([b1909c8](https://github.com/salesforcecli/plugin-data-seeding/commit/b1909c85311af35c6ce01c09942e16af9665cc27))
25+
- report commands, restructuring ([8209848](https://github.com/salesforcecli/plugin-data-seeding/commit/8209848c95153f79281656a53c988c0fb8a4c7d3))
26+
- use-most-recent cache ([d45b343](https://github.com/salesforcecli/plugin-data-seeding/commit/d45b343e2fda895cc2816bd400cd705ebbe2fecf))
27+
128
## [1.0.10](https://github.com/salesforcecli/plugin-data-seeding/compare/1.0.9...1.0.10) (2024-10-13)
229

330
### Bug Fixes

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/v1.0.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.0/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/v1.0.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.0/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/v1.0.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.0/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/v1.0.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.0/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.0.10",
4+
"version": "1.1.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)