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+
## [48.1.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@48.1.2) (2020-11-25)
7+
8+
**Note:** Version bump only for package ipfs-http-client
9+
10+
11+
12+
13+
614
## [48.1.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@48.1.1) (2020-11-16)
715

816

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.1",
3+
"version": "48.1.2",
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.2",
58+
"ipfs-core-utils": "^0.5.3",
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.1",
82+
"ipfs-core": "^0.3.0",
8383
"ipfsd-ctl": "^7.0.2",
8484
"it-all": "^1.0.4",
8585
"it-concat": "^1.0.1",

0 commit comments

Comments
 (0)