diff --git a/CHANGELOG.md b/CHANGELOG.md index 939833a..f26205f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.6.2](https://github.com/ClayChipps/sf-chipps-data/compare/0.6.1...0.6.2) (2024-02-12) + + +### Bug Fixes + +* incorrect assertion ([afc7c92](https://github.com/ClayChipps/sf-chipps-data/commit/afc7c927c363c40e3ca8ac7c3821d69b24228337)) +* issue with query ([9c776e8](https://github.com/ClayChipps/sf-chipps-data/commit/9c776e870bbde5161d2785d2b4eb1c8fb42a7afc)) + + + ## [0.6.1](https://github.com/ClayChipps/sf-chipps-data/compare/0.6.0...0.6.1) (2024-02-12) diff --git a/README.md b/README.md index a8a75fc..5384ddf 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ EXAMPLES $ sf chipps data file upload --file-path fileToUpload.txt --first-publish-location-id 0019000000DmehK --target-org myTargetOrg ``` -_See code: [src/commands/chipps/data/file/upload.ts](https://github.com/ClayChipps/sf-chipps-data/blob/0.6.1/src/commands/chipps/data/file/upload.ts)_ +_See code: [src/commands/chipps/data/file/upload.ts](https://github.com/ClayChipps/sf-chipps-data/blob/0.6.2/src/commands/chipps/data/file/upload.ts)_ ## `sf chipps data files upload` @@ -134,5 +134,5 @@ FLAG DESCRIPTIONS quasi concurrent uploads. Please note that setting this value too high can cause performance issues. ``` -_See code: [src/commands/chipps/data/files/upload.ts](https://github.com/ClayChipps/sf-chipps-data/blob/0.6.1/src/commands/chipps/data/files/upload.ts)_ +_See code: [src/commands/chipps/data/files/upload.ts](https://github.com/ClayChipps/sf-chipps-data/blob/0.6.2/src/commands/chipps/data/files/upload.ts)_ diff --git a/package.json b/package.json index f9d85e1..902c9a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sf-chipps-data", "description": "Utilities for working with data", - "version": "0.6.1", + "version": "0.6.2", "author": "@ClayChipps", "bugs": "https://github.com/ClayChipps/sf-chipps-data/issues", "dependencies": {