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

Commit

Permalink
chore(release): 6.0.9 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.9](v6.0.8...v6.0.9) (2023-01-17)

### Bug Fixes

* increase default socket close timeout ([#242](#242)) ([a64ba41](a64ba41)), closes [#239](#239)

### Trivial Changes

* replace err-code with CodeError ([#240](#240)) ([5c44562](5c44562)), closes [js-libp2p#1269](libp2p/js-libp2p#1269)
  • Loading branch information
semantic-release-bot committed Jan 17, 2023
1 parent a64ba41 commit 5767c69
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [6.0.9](https://github.com/libp2p/js-libp2p-tcp/compare/v6.0.8...v6.0.9) (2023-01-17)


### Bug Fixes

* increase default socket close timeout ([#242](https://github.com/libp2p/js-libp2p-tcp/issues/242)) ([a64ba41](https://github.com/libp2p/js-libp2p-tcp/commit/a64ba41f485f3bde28b58827c8a2ce5bf94f711a)), closes [#239](https://github.com/libp2p/js-libp2p-tcp/issues/239)


### Trivial Changes

* replace err-code with CodeError ([#240](https://github.com/libp2p/js-libp2p-tcp/issues/240)) ([5c44562](https://github.com/libp2p/js-libp2p-tcp/commit/5c445628e97a1462c64a48253efd9ccb3441c399)), closes [js-libp2p#1269](https://github.com/libp2p/js-libp2p/issues/1269)

## [6.0.8](https://github.com/libp2p/js-libp2p-tcp/compare/v6.0.7...v6.0.8) (2022-12-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/tcp",
"version": "6.0.8",
"version": "6.0.9",
"description": "A TCP transport for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-tcp#readme",
Expand Down

0 comments on commit 5767c69

Please sign in to comment.