diff --git a/CHANGELOG.md b/CHANGELOG.md index d418a9b..71f6cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.7](https://github.com/salesforcecli/plugin-data-seeding/compare/1.0.6...1.0.7) (2024-09-15) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.21 to 4.0.22 ([2ac49b3](https://github.com/salesforcecli/plugin-data-seeding/commit/2ac49b36d19b01f8f8edb2b6915cc3379d5dc3db)) + ## [1.0.6](https://github.com/salesforcecli/plugin-data-seeding/compare/1.0.5...1.0.6) (2024-09-15) ### Bug Fixes diff --git a/README.md b/README.md index 93112b6..17967d2 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.6/src/commands/hello/world.ts)_ +_See code: [src/commands/hello/world.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.0.7/src/commands/hello/world.ts)_ diff --git a/package.json b/package.json index 211804a..cf79716 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.6", + "version": "1.0.7", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {