Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.1.0...v3.0.0) (2022-09-09)

### ⚠ BREAKING CHANGES

* requires yamux and mplex

### Features

* add stream tests ([#71](#71)) ([216228d](216228d))
  • Loading branch information
semantic-release-bot committed Sep 9, 2022
1 parent 216228d commit 7e6f69d
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 @@
## [3.0.0](https://github.com/libp2p/interop/compare/v2.1.0...v3.0.0) (2022-09-09)


### ⚠ BREAKING CHANGES

* requires yamux and mplex

### Features

* add stream tests ([#71](https://github.com/libp2p/interop/issues/71)) ([216228d](https://github.com/libp2p/interop/commit/216228d1bdc2c1164d7f685c9280f53aa1dddc07))

## [2.1.0](https://github.com/libp2p/interop/compare/v2.0.1...v2.1.0) (2022-08-12)


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/interop",
"version": "2.1.0",
"version": "3.0.0",
"description": "Interoperability Tests for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/interop#readme",
Expand Down

0 comments on commit 7e6f69d

Please sign in to comment.