Skip to content

Commit de04ef4

Browse files
chore(release): 6.0.2 [skip ci]
## [6.0.2](libp2p/js-libp2p-tcp@v6.0.1...v6.0.2) (2022-11-17) ### Bug Fixes * update metric names to follow prometheus naming guide ([libp2p#228](libp2p/js-libp2p-tcp#228)) ([24c5b37](libp2p/js-libp2p-tcp@24c5b37)) ### Trivial Changes * add test for filtering unix socket address ([libp2p#229](libp2p/js-libp2p-tcp#229)) ([efcfbb2](libp2p/js-libp2p-tcp@efcfbb2)), closes [libp2p#132](libp2p/js-libp2p-tcp#132)
1 parent efcfbb2 commit de04ef4

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+
## [6.0.2](https://github.com/libp2p/js-libp2p-tcp/compare/v6.0.1...v6.0.2) (2022-11-17)
2+
3+
4+
### Bug Fixes
5+
6+
* update metric names to follow prometheus naming guide ([#228](https://github.com/libp2p/js-libp2p-tcp/issues/228)) ([24c5b37](https://github.com/libp2p/js-libp2p-tcp/commit/24c5b37ab64429972f29af6ae4516c18232d1ff3))
7+
8+
9+
### Trivial Changes
10+
11+
* add test for filtering unix socket address ([#229](https://github.com/libp2p/js-libp2p-tcp/issues/229)) ([efcfbb2](https://github.com/libp2p/js-libp2p-tcp/commit/efcfbb28a77192a489834c8b8ad832337539d62b)), closes [#132](https://github.com/libp2p/js-libp2p-tcp/issues/132)
12+
113
## [6.0.1](https://github.com/libp2p/js-libp2p-tcp/compare/v6.0.0...v6.0.1) (2022-11-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": "6.0.1",
3+
"version": "6.0.2",
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)