Skip to content

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
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.2.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@48.2.1) (2021-01-20)
7+
8+
9+
### Bug Fixes
10+
11+
* use https agent for https requests ([#3490](https://github.com/ipfs/js-ipfs/issues/3490)) ([ac4bb48](https://github.com/ipfs/js-ipfs/commit/ac4bb4841ce7c191408e1b2bb906284ae0dbd975)), closes [#3474](https://github.com/ipfs/js-ipfs/issues/3474)
12+
13+
14+
15+
16+
617
# [48.2.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@48.2.0) (2021-01-15)
718

819

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-client",
3-
"version": "48.2.0",
3+
"version": "48.2.1",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -83,7 +83,7 @@
8383
"aegir": "^29.2.2",
8484
"delay": "^4.4.0",
8585
"go-ipfs": "^0.7.0",
86-
"ipfs-core": "^0.4.0",
86+
"ipfs-core": "^0.4.1",
8787
"ipfsd-ctl": "^7.2.0",
8888
"it-all": "^1.0.4",
8989
"it-concat": "^1.0.1",

0 commit comments

Comments
 (0)