Skip to content

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@48.1.1) (2020-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* report ipfs.add progress over http ([#3310](https://github.com/ipfs/js-ipfs/issues/3310)) ([39cad4b](https://github.com/ipfs/js-ipfs/commit/39cad4b76b950ea6a76477fd01f8631b8bd9aa1e))
12+
13+
14+
15+
16+
617
# [48.1.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@48.1.0) (2020-11-09)
718

819

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": "48.1.0",
3+
"version": "48.1.1",
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.1",
58+
"ipfs-core-utils": "^0.5.2",
5959
"ipfs-utils": "^5.0.0",
6060
"ipld-block": "^0.11.0",
6161
"ipld-dag-cbor": "^0.17.0",
@@ -79,7 +79,7 @@
7979
"devDependencies": {
8080
"aegir": "^28.2.0",
8181
"go-ipfs": "^0.7.0",
82-
"ipfs-core": "^0.2.0",
82+
"ipfs-core": "^0.2.1",
8383
"ipfsd-ctl": "^7.0.2",
8484
"it-all": "^1.0.4",
8585
"it-concat": "^1.0.1",

0 commit comments

Comments
 (0)