Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 5082e80

Browse files
chore(release): 3.0.0 [skip ci]
## [@libp2p/interface-libp2p-v3.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-libp2p-v2.0.0...@libp2p/interface-libp2p-v3.0.0) (2023-04-27) ### ⚠ BREAKING CHANGES * pubsub, dht, ping, fetch and identify have been removed - re-enable these by passing them as services ### Features * allow user defined services ([#375](#375)) ([13cf442](13cf442)) ### Documentation * fix typos in docs ([#386](#386)) ([8ec2cdc](8ec2cdc))
1 parent 13cf442 commit 5082e80

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/interface-libp2p/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [@libp2p/interface-libp2p-v3.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-libp2p-v2.0.0...@libp2p/interface-libp2p-v3.0.0) (2023-04-27)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* pubsub, dht, ping, fetch and identify have been removed - re-enable these by passing them as services
7+
8+
### Features
9+
10+
* allow user defined services ([#375](https://github.com/libp2p/js-libp2p-interfaces/issues/375)) ([13cf442](https://github.com/libp2p/js-libp2p-interfaces/commit/13cf442ff29acbe28cf75431dee02bfefd9a4e40))
11+
12+
13+
### Documentation
14+
15+
* fix typos in docs ([#386](https://github.com/libp2p/js-libp2p-interfaces/issues/386)) ([8ec2cdc](https://github.com/libp2p/js-libp2p-interfaces/commit/8ec2cdcc5deed76e0c673a75c27bf7a2e931eea1))
16+
117
## [@libp2p/interface-libp2p-v2.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-libp2p-v1.3.2...@libp2p/interface-libp2p-v2.0.0) (2023-04-21)
218

319

packages/interface-libp2p/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/interface-libp2p",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "The interface implemented by a libp2p node",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/interface-libp2p#readme",

0 commit comments

Comments
 (0)