diff --git a/CHANGELOG.md b/CHANGELOG.md index 4216028..56e5ae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.4](https://github.com/salesforcecli/plugin-data-seeding/compare/1.0.3...1.0.4) (2024-09-08) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 11.3.6 to 11.3.7 ([0a1cdfd](https://github.com/salesforcecli/plugin-data-seeding/commit/0a1cdfd995e59a9b97f5477348fb36703686eb1c)) + ## [1.0.3](https://github.com/salesforcecli/plugin-data-seeding/compare/1.0.2...1.0.3) (2024-09-02) ### Bug Fixes diff --git a/README.md b/README.md index 88d38f0..9ff7a91 100644 --- a/README.md +++ b/README.md @@ -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/1.0.3/src/commands/hello/world.ts)_ +_See code: [src/commands/hello/world.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.0.4/src/commands/hello/world.ts)_ diff --git a/package.json b/package.json index b0450c3..8e9667a 100644 --- a/package.json +++ b/package.json @@ -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.3", + "version": "1.0.4", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {