Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 8c6f2b9

Browse files
committed
chore: release version v38.1.0
1 parent f32da45 commit 8c6f2b9

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
<a name="38.1.0"></a>
2+
# [38.1.0](https://github.com/ipfs/js-ipfs-http-client/compare/v38.0.1...v38.1.0) (2019-10-04)
3+
4+
5+
### Bug Fixes
6+
7+
* get correct remote node config ([5b53e22](https://github.com/ipfs/js-ipfs-http-client/commit/5b53e22))
8+
* pull in preconfigured chai from interface tests ([93765c1](https://github.com/ipfs/js-ipfs-http-client/commit/93765c1))
9+
10+
11+
### Features
12+
13+
* add methods for listing config profiles ([1c3d92a](https://github.com/ipfs/js-ipfs-http-client/commit/1c3d92a))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* ```javascript
19+
Promise<{oldCfg, newCfg}> ipfs.config.profile(name, opts)
20+
21+
// is now
22+
Promise<{old, new}> ipfs.config.profiles.apply(name, opts)
23+
```
24+
25+
Possibly contentious;
26+
27+
Adds `callbackify` as a dependency, see https://github.com/ipfs/js-ipfs/issues/2506
28+
for discussion.
29+
30+
31+
132
<a name="38.0.1"></a>
233
## [38.0.1](https://github.com/ipfs/js-ipfs-http-client/compare/v38.0.0...v38.0.1) (2019-10-04)
334

0 commit comments

Comments
 (0)