Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Sep 1, 2024
1 parent e1400fb commit 8aa04a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 1.0.1 (2024-08-27)
## [1.0.2](https://github.com/salesforcecli/plugin-data-seeding/compare/1.0.1...1.0.2) (2024-09-01)

### Bug Fixes

- **deps:** bump @salesforce/kit from 3.2.1 to 3.2.2 ([f2e748e](https://github.com/salesforcecli/plugin-data-seeding/commit/f2e748e7d960211ddb4f41207f1dea53da9aacc9))

## [1.0.1](https://github.com/salesforcecli/plugin-data-seeding/compare/c0624c712ac9ef7bcf8e9ff4c5152c6e1bc63230...1.0.1) (2024-08-27)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@ FLAG DESCRIPTIONS
This person can be anyone in the world!
```

_See code: [src/commands/hello/world.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/0.1.0/src/commands/hello/world.ts)_
_See code: [src/commands/hello/world.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.0.2/src/commands/hello/world.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.0.1",
"version": "1.0.2",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 8aa04a0

Please sign in to comment.