Skip to content

Commit 8aa04a0

Browse files
committed
chore(release): 1.0.2 [skip ci]
1 parent e1400fb commit 8aa04a0

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## 1.0.1 (2024-08-27)
1+
## [1.0.2](https://github.com/salesforcecli/plugin-data-seeding/compare/1.0.1...1.0.2) (2024-09-01)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/kit from 3.2.1 to 3.2.2 ([f2e748e](https://github.com/salesforcecli/plugin-data-seeding/commit/f2e748e7d960211ddb4f41207f1dea53da9aacc9))
6+
7+
## [1.0.1](https://github.com/salesforcecli/plugin-data-seeding/compare/c0624c712ac9ef7bcf8e9ff4c5152c6e1bc63230...1.0.1) (2024-08-27)
28

39
### Bug Fixes
410

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ FLAG DESCRIPTIONS
144144
This person can be anyone in the world!
145145
```
146146

147-
_See code: [src/commands/hello/world.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/0.1.0/src/commands/hello/world.ts)_
147+
_See code: [src/commands/hello/world.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.0.2/src/commands/hello/world.ts)_
148148

149149
<!-- 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.1",
4+
"version": "1.0.2",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)