Skip to content

Commit f51aca7

Browse files
chore: release master (#4034)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent af54799 commit f51aca7

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

CHANGELOG.md

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

3535

3636

37+
## [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)
38+
39+
40+
### ⚠ BREAKING CHANGES
41+
42+
* peerstore methods are now all async, the repo is migrated to v12
43+
* node 15+ is required
44+
45+
### Features
46+
47+
* add support for dag-jose codec ([#4028](https://www.github.com/ipfs/js-ipfs/issues/4028)) ([fbe1492](https://www.github.com/ipfs/js-ipfs/commit/fbe1492395ad98e620a872208530a3f8f61535a9))
48+
* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0))
49+
50+
51+
### Bug Fixes
52+
53+
* remove abort-controller deps ([#4015](https://www.github.com/ipfs/js-ipfs/issues/4015)) ([902e887](https://www.github.com/ipfs/js-ipfs/commit/902e887e1acac87f607324fa7cb5ad4b14aefcf3))
54+
55+
56+
### Dependencies
57+
58+
* The following workspace dependencies were updated
59+
* dependencies
60+
* ipfs-core-types bumped from ^0.9.0 to ^0.10.0
61+
* ipfs-core-utils bumped from ^0.13.0 to ^0.14.0
62+
3763
## [54.0.2](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@54.0.1...ipfs-http-client@54.0.2) (2021-11-24)
3864

3965
**Note:** Version bump only for package ipfs-http-client
@@ -2337,4 +2363,4 @@ Signed-off-by: Alan Shaw <alan@tableflip.io>
23372363

23382364
### Bug Fixes
23392365

2340-
* new fixed aegir ([93ac472](https://github.com/ipfs/js-ipfs-http-client/commit/93ac472))
2366+
* new fixed aegir ([93ac472](https://github.com/ipfs/js-ipfs-http-client/commit/93ac472))

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": "55.0.0",
3+
"version": "56.0.0",
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.9.0",
65-
"ipfs-core-utils": "^0.13.0",
64+
"ipfs-core-types": "^0.10.0",
65+
"ipfs-core-utils": "^0.14.0",
6666
"ipfs-utils": "^9.0.2",
6767
"it-first": "^1.0.6",
6868
"it-last": "^1.0.4",

0 commit comments

Comments
 (0)