Skip to content

Commit 8cbe649

Browse files
chore: release master (#4041)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5f4edf3 commit 8cbe649

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3434

3535

3636

37+
### [56.0.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v56.0.0...ipfs-http-client-v56.0.1) (2022-02-06)
38+
39+
40+
### Bug Fixes
41+
42+
* **dag:** replace custom dag walk with multiformats/traversal ([#3950](https://www.github.com/ipfs/js-ipfs/issues/3950)) ([596b1f4](https://www.github.com/ipfs/js-ipfs/commit/596b1f48a014083b1736e4ad7e746c652d2583b1))
43+
44+
45+
### Dependencies
46+
47+
* The following workspace dependencies were updated
48+
* dependencies
49+
* ipfs-core-types bumped from ^0.10.0 to ^0.10.1
50+
* ipfs-core-utils bumped from ^0.14.0 to ^0.14.1
51+
3752
## [56.0.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v55.0.0...ipfs-http-client-v56.0.0) (2022-01-27)
3853

3954

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": "56.0.0",
3+
"version": "56.0.1",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -61,8 +61,8 @@
6161
"dag-jose": "^1.0.0",
6262
"debug": "^4.1.1",
6363
"err-code": "^3.0.1",
64-
"ipfs-core-types": "^0.10.0",
65-
"ipfs-core-utils": "^0.14.0",
64+
"ipfs-core-types": "^0.10.1",
65+
"ipfs-core-utils": "^0.14.1",
6666
"ipfs-utils": "^9.0.2",
6767
"it-first": "^1.0.6",
6868
"it-last": "^1.0.4",

0 commit comments

Comments
 (0)