We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04479ec commit ccf47cdCopy full SHA for ccf47cd
2 files changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## [15.0.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v14.1.3...v15.0.0) (2024-09-12)
2
+
3
+### ⚠ BREAKING CHANGES
4
5
+* uses libp2p@2.x.x deps
6
7
+### Bug Fixes
8
9
+* update libp2p deps to 2.x.x ([#846](https://github.com/ipfs/js-ipfsd-ctl/issues/846)) ([04479ec](https://github.com/ipfs/js-ipfsd-ctl/commit/04479ec941e1931d7d8ba7a3bcf9f6686d0e8ab9))
10
11
## [14.1.3](https://github.com/ipfs/js-ipfsd-ctl/compare/v14.1.2...v14.1.3) (2024-09-12)
12
13
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "ipfsd-ctl",
- "version": "14.1.3",
+ "version": "15.0.0",
"description": "Spawn IPFS Daemons, Kubo or...",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfsd-ctl#readme",
0 commit comments