Skip to content

Commit

Permalink
chore(release): 0.6.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayChipps committed Feb 12, 2024
1 parent 2daca9d commit f9b68b2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f9b68b2

Please sign in to comment.