Skip to content

Commit c911a60

Browse files
committed
chore(release): 0.3.0 [skip ci]
1 parent bac1437 commit c911a60

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
# 0.2.0 (2024-01-09)
1+
# [0.3.0](https://github.com/ClayChipps/sf-chipps-data/compare/0.2.0...0.3.0) (2024-01-12)
2+
3+
4+
### Bug Fixes
5+
6+
* upload files unit test ([4ef1ebb](https://github.com/ClayChipps/sf-chipps-data/commit/4ef1ebb8c55d50897a704caf8c14c643ccdb4222))
7+
8+
9+
### Features
10+
11+
* add unit tests ([35fab04](https://github.com/ClayChipps/sf-chipps-data/commit/35fab0478de99860c0e6224fdcf6db55d51664dd))
12+
13+
14+
15+
# [0.2.0](https://github.com/ClayChipps/sf-chipps-data/compare/5211bff03a946ff588d399e05d2c3dc7711aaa2c...0.2.0) (2024-01-09)
216

317

418
### Bug Fixes

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ sf plugins
5656
## Commands
5757

5858
<!-- commands -->
59-
60-
- [`sf chipps data file upload`](#sf-chipps-data-file-upload)
61-
- [`sf chipps data files upload`](#sf-chipps-data-files-upload)
59+
* [`sf chipps data file upload`](#sf-chipps-data-file-upload)
60+
* [`sf chipps data files upload`](#sf-chipps-data-files-upload)
6261

6362
## `sf chipps data file upload`
6463

@@ -91,7 +90,7 @@ EXAMPLES
9190
$ sf chipps data file upload --file-path fileToUpload.txt --first-publish-location-id 0019000000DmehK --target-org myTargetOrg
9291
```
9392

94-
_See code: [src/commands/chipps/data/file/upload.ts](https://github.com/ClayChipps/sf-chipps-data/blob/0.2.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.3.0/src/commands/chipps/data/file/upload.ts)_
9594

9695
## `sf chipps data files upload`
9796

@@ -135,6 +134,5 @@ FLAG DESCRIPTIONS
135134
quasi concurrent uploads. Please note that setting this value too high can cause performance issues.
136135
```
137136

138-
_See code: [src/commands/chipps/data/files/upload.ts](https://github.com/ClayChipps/sf-chipps-data/blob/0.2.0/src/commands/chipps/data/files/upload.ts)_
139-
137+
_See code: [src/commands/chipps/data/files/upload.ts](https://github.com/ClayChipps/sf-chipps-data/blob/0.3.0/src/commands/chipps/data/files/upload.ts)_
140138
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sf-chipps-data",
33
"description": "Utilities for working with data",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"author": "@ClayChipps",
66
"bugs": "https://github.com/ClayChipps/sf-chipps-data/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)