Skip to content

Commit a19239c

Browse files
committed
1 parent c802127 commit a19239c

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [44.3.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@44.3.0) (2020-06-24)
7+
8+
9+
### Features
10+
11+
* add config.getAll ([#3071](https://github.com/ipfs/js-ipfs/issues/3071)) ([16587f1](https://github.com/ipfs/js-ipfs/commit/16587f16e1b3ae525c099b1975748510638aceee))
12+
* support loading arbitrary ipld formats in the http client ([#3073](https://github.com/ipfs/js-ipfs/issues/3073)) ([bd12773](https://github.com/ipfs/js-ipfs/commit/bd127730039ab79dd7ad22b31245939ee01a6514))
13+
14+
15+
16+
17+
618
# [44.2.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@44.2.0) (2020-06-05)
719

820

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-client",
3-
"version": "44.2.0",
3+
"version": "44.3.0",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -46,7 +46,7 @@
4646
"cids": "^0.8.0",
4747
"debug": "^4.1.0",
4848
"form-data": "^3.0.0",
49-
"ipfs-core-utils": "^0.2.3",
49+
"ipfs-core-utils": "^0.2.4",
5050
"ipfs-utils": "^2.2.2",
5151
"ipld-block": "^0.9.1",
5252
"ipld-dag-cbor": "^0.15.2",
@@ -71,7 +71,7 @@
7171
"aegir": "^22.1.0",
7272
"cross-env": "^7.0.0",
7373
"go-ipfs-dep": "^0.5.1",
74-
"interface-ipfs-core": "^0.136.0",
74+
"interface-ipfs-core": "^0.137.0",
7575
"ipfsd-ctl": "^4.1.1",
7676
"it-all": "^1.0.1",
7777
"it-concat": "^1.0.0",

0 commit comments

Comments
 (0)