From 48ca9b63ef41f97c8e4302d09f8304b7f11cec05 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 7 Oct 2022 16:26:59 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..be24bc3 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index ce7d511..8cdd8ca 100644 --- a/package.json +++ b/package.json @@ -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",