Skip to content

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

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

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

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-client",
3-
"version": "54.0.1",
3+
"version": "54.0.2",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -60,8 +60,8 @@
6060
"any-signal": "^2.1.2",
6161
"debug": "^4.1.1",
6262
"err-code": "^3.0.1",
63-
"ipfs-core-types": "^0.8.3",
64-
"ipfs-core-utils": "^0.12.1",
63+
"ipfs-core-types": "^0.8.4",
64+
"ipfs-core-utils": "^0.12.2",
6565
"ipfs-utils": "^9.0.2",
6666
"it-first": "^1.0.6",
6767
"it-last": "^1.0.4",

0 commit comments

Comments
 (0)