Skip to content

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@49.0.0) (2021-02-01)
7+
8+
9+
### chore
10+
11+
* update deps ([#3514](https://github.com/ipfs/js-ipfs/issues/3514)) ([061d77c](https://github.com/ipfs/js-ipfs/commit/061d77cc03f40af5a3bc3590481e1e5836e7f0d8))
12+
13+
14+
### Features
15+
16+
* support remote pinning services in ipfs-http-client ([#3293](https://github.com/ipfs/js-ipfs/issues/3293)) ([ba240fd](https://github.com/ipfs/js-ipfs/commit/ba240fdf93edc88028315483240d7822a7ca88ed))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* ipfs-repo upgrade requires repo migration to v10
22+
23+
24+
25+
26+
627
## [48.2.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@48.2.2) (2021-01-22)
728

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

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.2.2",
3+
"version": "49.0.0",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -56,8 +56,8 @@
5656
"cids": "^1.1.5",
5757
"debug": "^4.1.1",
5858
"form-data": "^3.0.0",
59-
"ipfs-core-types": "^0.2.1",
60-
"ipfs-core-utils": "^0.6.1",
59+
"ipfs-core-types": "^0.3.0",
60+
"ipfs-core-utils": "^0.7.0",
6161
"ipfs-utils": "^6.0.0",
6262
"ipld-block": "^0.11.0",
6363
"ipld-dag-cbor": "^0.17.0",
@@ -82,7 +82,7 @@
8282
"aegir": "^30.3.0",
8383
"delay": "^4.4.0",
8484
"go-ipfs": "0.8.0-rc2",
85-
"ipfs-core": "^0.4.2",
85+
"ipfs-core": "^0.5.0",
8686
"ipfsd-ctl": "^7.2.0",
8787
"it-all": "^1.0.4",
8888
"it-concat": "^1.0.1",

0 commit comments

Comments
 (0)