File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.7.1] ( https://github.com/ClayChipps/sf-chipps-data/compare/0.7.0...0.7.1 ) (2024-02-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** deps:** bump @oclif/core from 3.19.1 to 3.19.2 ([ 3cfe774] ( https://github.com/ClayChipps/sf-chipps-data/commit/3cfe774949c43e7af6db964021696cf22edc5e90 ) )
7
+
8
+
9
+
1
10
# [ 0.7.0] ( https://github.com/ClayChipps/sf-chipps-data/compare/0.6.4...0.7.0 ) (2024-02-16)
2
11
3
12
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ EXAMPLES
90
90
$ sf chipps data file upload --file-path fileToUpload.txt --first-publish-location-id 0019000000DmehK --target-org myTargetOrg
91
91
```
92
92
93
- _ 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 ) _
93
+ _ 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 ) _
94
94
95
95
## ` sf chipps data files upload `
96
96
@@ -134,5 +134,5 @@ FLAG DESCRIPTIONS
134
134
quasi concurrent uploads. Please note that setting this value too high can cause performance issues.
135
135
```
136
136
137
- _ 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 ) _
137
+ _ 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 ) _
138
138
<!-- commandsstop -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sf-chipps-data" ,
3
3
"description" : " Utilities for working with data" ,
4
- "version" : " 0.7.0 " ,
4
+ "version" : " 0.7.1 " ,
5
5
"author" : " @ClayChipps" ,
6
6
"bugs" : " https://github.com/ClayChipps/sf-chipps-data/issues" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments