Skip to content

Commit

Permalink
chore(release): 0.7.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayChipps committed Feb 22, 2024
1 parent a45b513 commit ecc65bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.7.1](https://github.com/ClayChipps/sf-chipps-data/compare/0.7.0...0.7.1) (2024-02-22)


### Bug Fixes

* **deps:** bump @oclif/core from 3.19.1 to 3.19.2 ([3cfe774](https://github.com/ClayChipps/sf-chipps-data/commit/3cfe774949c43e7af6db964021696cf22edc5e90))



# [0.7.0](https://github.com/ClayChipps/sf-chipps-data/compare/0.6.4...0.7.0) (2024-02-16)


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.7.0/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.7.1/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.7.0/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.7.1/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.7.0",
"version": "0.7.1",
"author": "@ClayChipps",
"bugs": "https://github.com/ClayChipps/sf-chipps-data/issues",
"dependencies": {
Expand Down

0 comments on commit ecc65bf

Please sign in to comment.