Skip to content

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [48.1.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@48.1.0) (2020-11-09)
7+
8+
9+
### Bug Fixes
10+
11+
* typedef resolution & add examples that use types ([#3359](https://github.com/ipfs/js-ipfs/issues/3359)) ([dc2795a](https://github.com/ipfs/js-ipfs/commit/dc2795a4f3b515683d09967ce611bf87d5e67f86)), closes [#3356](https://github.com/ipfs/js-ipfs/issues/3356) [#3358](https://github.com/ipfs/js-ipfs/issues/3358)
12+
13+
14+
### Features
15+
16+
* pass file name to add/addAll progress handler ([#3372](https://github.com/ipfs/js-ipfs/issues/3372)) ([69681a7](https://github.com/ipfs/js-ipfs/commit/69681a7d7a8434c11f6f10e370e324f5a3d31042)), closes [ipfs/js-ipfs-unixfs#87](https://github.com/ipfs/js-ipfs-unixfs/issues/87)
17+
18+
19+
20+
21+
622
# [48.0.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@48.0.0) (2020-10-28)
723

824

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-client",
3-
"version": "48.0.0",
3+
"version": "48.1.0",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -55,7 +55,7 @@
5555
"cids": "^1.0.0",
5656
"debug": "^4.1.1",
5757
"form-data": "^3.0.0",
58-
"ipfs-core-utils": "^0.5.0",
58+
"ipfs-core-utils": "^0.5.1",
5959
"ipfs-utils": "^4.0.0",
6060
"ipld-block": "^0.11.0",
6161
"ipld-dag-cbor": "^0.17.0",
@@ -83,8 +83,8 @@
8383
"aegir": "^28.0.0",
8484
"cross-env": "^7.0.0",
8585
"go-ipfs": "^0.7.0",
86-
"interface-ipfs-core": "^0.141.0",
87-
"ipfs-core": "^0.1.0",
86+
"interface-ipfs-core": "^0.142.0",
87+
"ipfs-core": "^0.2.0",
8888
"ipfsd-ctl": "^7.0.2",
8989
"it-all": "^1.0.4",
9090
"it-concat": "^1.0.1",

0 commit comments

Comments
 (0)