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

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.0](v3.1.2...v4.0.0) (2022-10-07)

### ⚠ BREAKING CHANGES

* **deps:** bump @libp2p/interface-transport from 1.0.4 to 2.0.0 (#215)

### Trivial Changes

* **deps:** bump @libp2p/interface-transport from 1.0.4 to 2.0.0 ([#215](#215)) ([1adf73d](1adf73d))
  • Loading branch information
semantic-release-bot committed Oct 7, 2022
1 parent 1adf73d commit 77ae659
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [4.0.0](https://github.com/libp2p/js-libp2p-tcp/compare/v3.1.2...v4.0.0) (2022-10-07)


### ⚠ BREAKING CHANGES

* **deps:** bump @libp2p/interface-transport from 1.0.4 to 2.0.0 (#215)

### Trivial Changes

* **deps:** bump @libp2p/interface-transport from 1.0.4 to 2.0.0 ([#215](https://github.com/libp2p/js-libp2p-tcp/issues/215)) ([1adf73d](https://github.com/libp2p/js-libp2p-tcp/commit/1adf73db4e88e0c196766588a2972a3a6e28e69a))

## [3.1.2](https://github.com/libp2p/js-libp2p-tcp/compare/v3.1.1...v3.1.2) (2022-09-24)


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": "3.1.2",
"version": "4.0.0",
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-tcp#readme",
Expand Down

0 comments on commit 77ae659

Please sign in to comment.