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+
## [52.0.5](https://github.com/ipfs/js-ipfs/compare/[email protected]@52.0.5) (2021-09-17)
7+
8+
**Note:** Version bump only for package ipfs-http-client
9+
10+
11+
12+
13+
614
## [52.0.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@52.0.4) (2021-09-17)
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": "52.0.4",
3+
"version": "52.0.5",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -48,8 +48,8 @@
4848
"debug": "^4.1.1",
4949
"err-code": "^3.0.1",
5050
"form-data": "^4.0.0",
51-
"ipfs-core-types": "^0.7.2",
52-
"ipfs-core-utils": "^0.10.4",
51+
"ipfs-core-types": "^0.7.3",
52+
"ipfs-core-utils": "^0.10.5",
5353
"ipfs-utils": "^8.1.4",
5454
"it-first": "^1.0.6",
5555
"it-last": "^1.0.4",

0 commit comments

Comments
 (0)