File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change
1
+ # [ 0.6.0] ( https://github.com/ClayChipps/sf-chipps-data/compare/0.5.0...0.6.0 ) (2024-02-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * revert to got 13 for node 18 support ([ e76ac83] ( https://github.com/ClayChipps/sf-chipps-data/commit/e76ac8328e47f644b8861c2d98679367a5bcfde5 ) )
7
+ * update tests to use stubs instead of nock ([ 0511048] ( https://github.com/ClayChipps/sf-chipps-data/commit/0511048497b0a8a037953107df2b647e8ecdeb43 ) )
8
+
9
+
10
+ ### Features
11
+
12
+ * revert to use got and nock ([ b4193d8] ( https://github.com/ClayChipps/sf-chipps-data/commit/b4193d88446317097a2b9ff9d77dd9f07f06343a ) )
13
+
14
+
15
+
1
16
# [ 0.5.0] ( https://github.com/ClayChipps/sf-chipps-data/compare/0.4.0...0.5.0 ) (2024-02-11)
2
17
3
18
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.5 .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.6 .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.5 .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.6 .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.5 .0" ,
4
+ "version" : " 0.6 .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