Skip to content

Commit 6568f81

Browse files
chore(release): 6.0.3 [skip ci]
## [6.0.3](libp2p/js-libp2p-tcp@v6.0.2...v6.0.3) (2022-11-22) ### Bug Fixes * make metrics interface a dep instead of a dev dep ([libp2p#231](libp2p/js-libp2p-tcp#231)) ([876ca13](libp2p/js-libp2p-tcp@876ca13))
1 parent 876ca13 commit 6568f81

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.0.3](https://github.com/libp2p/js-libp2p-tcp/compare/v6.0.2...v6.0.3) (2022-11-22)
2+
3+
4+
### Bug Fixes
5+
6+
* make metrics interface a dep instead of a dev dep ([#231](https://github.com/libp2p/js-libp2p-tcp/issues/231)) ([876ca13](https://github.com/libp2p/js-libp2p-tcp/commit/876ca132aa2b307315148628681cddfa0828b3ac))
7+
18
## [6.0.2](https://github.com/libp2p/js-libp2p-tcp/compare/v6.0.1...v6.0.2) (2022-11-17)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/tcp",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
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)