From 2822db31775fcdf78b69e58f711199a279edb4a7 Mon Sep 17 00:00:00 2001 From: web3-bot <81333946+web3-bot@users.noreply.github.com> Date: Mon, 14 Nov 2022 16:11:48 +0100 Subject: [PATCH 1/3] update .github/workflows/js-test-and-release.yml (#227) --- .github/workflows/js-test-and-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/js-test-and-release.yml b/.github/workflows/js-test-and-release.yml index 65d30bd..ed17349 100644 --- a/.github/workflows/js-test-and-release.yml +++ b/.github/workflows/js-test-and-release.yml @@ -7,8 +7,6 @@ on: branches: - master # with #262 - ${{{ github.default_branch }}} pull_request: - branches: - - master # with #262 - ${{{ github.default_branch }}} jobs: From a271056c8d8d179dd95399f9621d790a0f18b84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:58:51 +0000 Subject: [PATCH 2/3] chore(deps-dev): bump @libp2p/interface-mocks from 7.1.0 to 8.0.1 (#225) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 580f4ce..b8f24e5 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ }, "devDependencies": { "@libp2p/interface-metrics": "^4.0.0", - "@libp2p/interface-mocks": "^7.0.1", + "@libp2p/interface-mocks": "^8.0.1", "@libp2p/interface-transport-compliance-tests": "^3.0.0", "aegir": "^37.5.3", "it-all": "^2.0.0", From 3aadf43c70b7d03f23c8de96dee20dafc9f71743 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Nov 2022 16:05:11 +0000 Subject: [PATCH 3/3] chore(release): 6.0.1 [skip ci] ## [6.0.1](https://github.com/libp2p/js-libp2p-tcp/compare/v6.0.0...v6.0.1) (2022-11-16) ### Trivial Changes * **deps-dev:** bump @libp2p/interface-mocks from 7.1.0 to 8.0.1 ([#225](https://github.com/libp2p/js-libp2p-tcp/issues/225)) ([a271056](https://github.com/libp2p/js-libp2p-tcp/commit/a271056c8d8d179dd95399f9621d790a0f18b84a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7451a0..3f2020f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.1](https://github.com/libp2p/js-libp2p-tcp/compare/v6.0.0...v6.0.1) (2022-11-16) + + +### Trivial Changes + +* **deps-dev:** bump @libp2p/interface-mocks from 7.1.0 to 8.0.1 ([#225](https://github.com/libp2p/js-libp2p-tcp/issues/225)) ([a271056](https://github.com/libp2p/js-libp2p-tcp/commit/a271056c8d8d179dd95399f9621d790a0f18b84a)) + ## [6.0.0](https://github.com/libp2p/js-libp2p-tcp/compare/v5.0.2...v6.0.0) (2022-11-05) diff --git a/package.json b/package.json index b8f24e5..4f7b1d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/tcp", - "version": "6.0.0", + "version": "6.0.1", "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",