File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.6.2] ( https://github.com/ClayChipps/sf-chipps-data/compare/0.6.1...0.6.2 ) (2024-02-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * incorrect assertion ([ afc7c92] ( https://github.com/ClayChipps/sf-chipps-data/commit/afc7c927c363c40e3ca8ac7c3821d69b24228337 ) )
7
+ * issue with query ([ 9c776e8] ( https://github.com/ClayChipps/sf-chipps-data/commit/9c776e870bbde5161d2785d2b4eb1c8fb42a7afc ) )
8
+
9
+
10
+
1
11
## [ 0.6.1] ( https://github.com/ClayChipps/sf-chipps-data/compare/0.6.0...0.6.1 ) (2024-02-12)
2
12
3
13
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.6.1 /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.2 /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.6.1 /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.2 /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.6.1 " ,
4
+ "version" : " 0.6.2 " ,
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