Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayChipps committed Jan 12, 2024
1 parent bac1437 commit c911a60
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# 0.2.0 (2024-01-09)
# [0.3.0](https://github.com/ClayChipps/sf-chipps-data/compare/0.2.0...0.3.0) (2024-01-12)


### Bug Fixes

* upload files unit test ([4ef1ebb](https://github.com/ClayChipps/sf-chipps-data/commit/4ef1ebb8c55d50897a704caf8c14c643ccdb4222))


### Features

* add unit tests ([35fab04](https://github.com/ClayChipps/sf-chipps-data/commit/35fab0478de99860c0e6224fdcf6db55d51664dd))



# [0.2.0](https://github.com/ClayChipps/sf-chipps-data/compare/5211bff03a946ff588d399e05d2c3dc7711aaa2c...0.2.0) (2024-01-09)


### Bug Fixes
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ sf plugins
## Commands

<!-- commands -->

- [`sf chipps data file upload`](#sf-chipps-data-file-upload)
- [`sf chipps data files upload`](#sf-chipps-data-files-upload)
* [`sf chipps data file upload`](#sf-chipps-data-file-upload)
* [`sf chipps data files upload`](#sf-chipps-data-files-upload)

## `sf chipps data file upload`

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

_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)_
_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)_

## `sf chipps data files upload`

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

_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)_

_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)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sf-chipps-data",
"description": "Utilities for working with data",
"version": "0.2.0",
"version": "0.3.0",
"author": "@ClayChipps",
"bugs": "https://github.com/ClayChipps/sf-chipps-data/issues",
"dependencies": {
Expand Down

0 comments on commit c911a60

Please sign in to comment.