Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.0.1...v2.0.0) (2022-10-07)

### ⚠ BREAKING CHANGES

* **deps:** bump @libp2p/interface-stream-muxer from 2.0.2 to 3.0.0 (#9)
* **deps:** bump @libp2p/components from 2.1.1 to 3.0.0 (#7)

### Bug Fixes

* update project config ([#10](#10)) ([b752604](b752604))

### Trivial Changes

* **deps-dev:** bump @libp2p/interface-stream-muxer-compliance-tests from 4.0.0 to 5.0.0 ([#8](#8)) ([af8c3ae](af8c3ae))
* **deps:** bump @libp2p/components from 2.1.1 to 3.0.0 ([#7](#7)) ([2c31bce](2c31bce))
* **deps:** bump @libp2p/interface-stream-muxer from 2.0.2 to 3.0.0 ([#9](#9)) ([3235d5f](3235d5f))
  • Loading branch information
semantic-release-bot committed Oct 7, 2022
1 parent b752604 commit 48ca9b6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## [2.0.0](https://github.com/ChainSafe/js-libp2p-yamux/compare/v1.0.1...v2.0.0) (2022-10-07)


### ⚠ BREAKING CHANGES

* **deps:** bump @libp2p/interface-stream-muxer from 2.0.2 to 3.0.0 (#9)
* **deps:** bump @libp2p/components from 2.1.1 to 3.0.0 (#7)

### Bug Fixes

* update project config ([#10](https://github.com/ChainSafe/js-libp2p-yamux/issues/10)) ([b752604](https://github.com/ChainSafe/js-libp2p-yamux/commit/b752604f371a51d7efe02fea499a8e8c4f4e435c))


### Trivial Changes

* **deps-dev:** bump @libp2p/interface-stream-muxer-compliance-tests from 4.0.0 to 5.0.0 ([#8](https://github.com/ChainSafe/js-libp2p-yamux/issues/8)) ([af8c3ae](https://github.com/ChainSafe/js-libp2p-yamux/commit/af8c3ae6b708ed43b02f7021e19ae10466653a5e))
* **deps:** bump @libp2p/components from 2.1.1 to 3.0.0 ([#7](https://github.com/ChainSafe/js-libp2p-yamux/issues/7)) ([2c31bce](https://github.com/ChainSafe/js-libp2p-yamux/commit/2c31bceffdb120d044a4bfd612c94f3d28ff8540))
* **deps:** bump @libp2p/interface-stream-muxer from 2.0.2 to 3.0.0 ([#9](https://github.com/ChainSafe/js-libp2p-yamux/issues/9)) ([3235d5f](https://github.com/ChainSafe/js-libp2p-yamux/commit/3235d5fbf1fe91e0a6ec8d8356c97951d261b931))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/libp2p-yamux",
"version": "0.1.0",
"version": "2.0.0",
"description": "Yamux stream multiplexer for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ChainSafe/js-libp2p-yamux#readme",
Expand Down

0 comments on commit 48ca9b6

Please sign in to comment.