Skip to content

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [49.0.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@49.0.2) (2021-02-08)
7+
8+
**Note:** Version bump only for package ipfs-http-client
9+
10+
11+
12+
13+
614
## [49.0.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@49.0.1) (2021-02-02)
715

816
**Note:** Version bump only for package ipfs-http-client

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": "49.0.1",
3+
"version": "49.0.2",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -58,7 +58,7 @@
5858
"debug": "^4.1.1",
5959
"form-data": "^3.0.0",
6060
"ipfs-core-types": "^0.3.0",
61-
"ipfs-core-utils": "^0.7.0",
61+
"ipfs-core-utils": "^0.7.1",
6262
"ipfs-utils": "^6.0.1",
6363
"ipld-block": "^0.11.0",
6464
"ipld-dag-cbor": "^0.17.0",
@@ -83,7 +83,7 @@
8383
"aegir": "^30.3.0",
8484
"delay": "^4.4.0",
8585
"go-ipfs": "0.8.0-rc2",
86-
"ipfs-core": "^0.5.1",
86+
"ipfs-core": "^0.5.2",
8787
"ipfsd-ctl": "^7.2.0",
8888
"it-all": "^1.0.4",
8989
"it-concat": "^1.0.1",

0 commit comments

Comments
 (0)