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

Commit 448df49

Browse files
chore(release): 6.1.1 [skip ci]
## [6.1.1](v6.1.0...v6.1.1) (2023-01-26) ### Bug Fixes * update log message when socket closes ([#249](#249)) ([f95bbf1](f95bbf1))
1 parent f95bbf1 commit 448df49

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.1.1](https://github.com/libp2p/js-libp2p-tcp/compare/v6.1.0...v6.1.1) (2023-01-26)
2+
3+
4+
### Bug Fixes
5+
6+
* update log message when socket closes ([#249](https://github.com/libp2p/js-libp2p-tcp/issues/249)) ([f95bbf1](https://github.com/libp2p/js-libp2p-tcp/commit/f95bbf11aa59a184106ea1b1288442160dd0b373))
7+
18
## [6.1.0](https://github.com/libp2p/js-libp2p-tcp/compare/v6.0.9...v6.1.0) (2023-01-21)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/tcp",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "A TCP transport for libp2p",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-tcp#readme",

0 commit comments

Comments
 (0)