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

Commit b3c9c80

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.0.1...v3.0.0) (2022-06-17) ### ⚠ BREAKING CHANGES * the registry API has changed ### Trivial Changes * **deps:** bump @libp2p/utils from 1.0.10 to 2.0.0 ([#187](#187)) ([fa59390](fa59390)) * update deps ([#189](#189)) ([719f3f5](719f3f5))
1 parent 719f3f5 commit b3c9c80

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.0.0](https://github.com/libp2p/js-libp2p-tcp/compare/v2.0.1...v3.0.0) (2022-06-17)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* the registry API has changed
7+
8+
### Trivial Changes
9+
10+
* **deps:** bump @libp2p/utils from 1.0.10 to 2.0.0 ([#187](https://github.com/libp2p/js-libp2p-tcp/issues/187)) ([fa59390](https://github.com/libp2p/js-libp2p-tcp/commit/fa593907832f19b77f86e9ae45389fee3d6228f8))
11+
* update deps ([#189](https://github.com/libp2p/js-libp2p-tcp/issues/189)) ([719f3f5](https://github.com/libp2p/js-libp2p-tcp/commit/719f3f55dc932afdf7d83c9d9a2cbf43146002a2))
12+
113
## [2.0.1](https://github.com/libp2p/js-libp2p-tcp/compare/v2.0.0...v2.0.1) (2022-06-16)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/tcp",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-tcp#readme",

0 commit comments

Comments
 (0)