Skip to content

Commit

Permalink
chore(release): 0.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayChipps committed Feb 12, 2024
1 parent e76ac83 commit 4d18b50
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.6.0](https://github.com/ClayChipps/sf-chipps-data/compare/0.5.0...0.6.0) (2024-02-12)


### Bug Fixes

* revert to got 13 for node 18 support ([e76ac83](https://github.com/ClayChipps/sf-chipps-data/commit/e76ac8328e47f644b8861c2d98679367a5bcfde5))
* update tests to use stubs instead of nock ([0511048](https://github.com/ClayChipps/sf-chipps-data/commit/0511048497b0a8a037953107df2b647e8ecdeb43))


### Features

* revert to use got and nock ([b4193d8](https://github.com/ClayChipps/sf-chipps-data/commit/b4193d88446317097a2b9ff9d77dd9f07f06343a))



# [0.5.0](https://github.com/ClayChipps/sf-chipps-data/compare/0.4.0...0.5.0) (2024-02-11)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,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.5.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.6.0/src/commands/chipps/data/file/upload.ts)_

## `sf chipps data files upload`

Expand Down Expand Up @@ -134,5 +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.5.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.6.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.5.0",
"version": "0.6.0",
"author": "@ClayChipps",
"bugs": "https://github.com/ClayChipps/sf-chipps-data/issues",
"dependencies": {
Expand Down

0 comments on commit 4d18b50

Please sign in to comment.