From 945c0bf1faf511595c9e06284d9529098165dc7f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 8 Sep 2024 05:44:15 +0000 Subject: [PATCH] chore(release): 1.0.5 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56e5ae4..8b8e81e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.5](https://github.com/salesforcecli/plugin-data-seeding/compare/1.0.4...1.0.5) (2024-09-08) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.19 to 4.0.21 ([9d0bef5](https://github.com/salesforcecli/plugin-data-seeding/commit/9d0bef51702e55602cf79d776cbf31ef07a43547)) + ## [1.0.4](https://github.com/salesforcecli/plugin-data-seeding/compare/1.0.3...1.0.4) (2024-09-08) ### Bug Fixes diff --git a/README.md b/README.md index 9ff7a91..7024753 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.4/src/commands/hello/world.ts)_ +_See code: [src/commands/hello/world.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.0.5/src/commands/hello/world.ts)_ diff --git a/package.json b/package.json index 8e9667a..44bc313 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.4", + "version": "1.0.5", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {