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.5.0] ( https://github.com/ClayChipps/sf-chipps-data/compare/0.4.0...0.5.0 ) (2024-02-11)
2
+
3
+
4
+ ### Features
5
+
6
+ * use native fetch ([ d333a75] ( https://github.com/ClayChipps/sf-chipps-data/commit/d333a75f955d376b19207d91143d97db111f4eb5 ) )
7
+
8
+
9
+
1
10
# [ 0.4.0] ( https://github.com/ClayChipps/sf-chipps-data/compare/0.3.0...0.4.0 ) (2024-02-11)
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.4 .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.5 .0/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.4 .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.5 .0/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.4 .0" ,
4
+ "version" : " 0.5 .0" ,
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