Skip to content

Commit 4d18b50

Browse files
committed
chore(release): 0.6.0 [skip ci]
1 parent e76ac83 commit 4d18b50

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
# [0.5.0](https://github.com/ClayChipps/sf-chipps-data/compare/0.4.0...0.5.0) (2024-02-11)
217

318

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ EXAMPLES
9090
$ sf chipps data file upload --file-path fileToUpload.txt --first-publish-location-id 0019000000DmehK --target-org myTargetOrg
9191
```
9292

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

9595
## `sf chipps data files upload`
9696

@@ -134,5 +134,5 @@ FLAG DESCRIPTIONS
134134
quasi concurrent uploads. Please note that setting this value too high can cause performance issues.
135135
```
136136

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)_
138138
<!-- 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.5.0",
4+
"version": "0.6.0",
55
"author": "@ClayChipps",
66
"bugs": "https://github.com/ClayChipps/sf-chipps-data/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)