From fe95a3ea5b1dc338f9dcc1ae686e347e8c8e6322 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 02:09:54 +0000 Subject: [PATCH] chore: release 0.45.7 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..4a08903ab7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +### [0.45.7](https://www.github.com/maschad/js-libp2p/compare/v0.45.6...v0.45.7) (2023-06-15) + + +### Bug Fixes + +* allow specifiying maxOutboundStreams in connection.newStream ([#1817](https://www.github.com/maschad/js-libp2p/issues/1817)) ([b348fba](https://www.github.com/maschad/js-libp2p/commit/b348fbaa7e16fd40f9a93e83a92c8152ad9e97e9)) +* expose config for max inbound/outbound stop streams ([#1812](https://www.github.com/maschad/js-libp2p/issues/1812)) ([0828dd9](https://www.github.com/maschad/js-libp2p/commit/0828dd9167d0d1bd6218c7554fb9239f6fb0c19d)) diff --git a/package.json b/package.json index 4834f79835..77565b8b6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-libp2p-monorepo", - "version": "1.0.0", + "version": "0.45.7", "description": "JavaScript implementation of libp2p, a modular peer to peer network stack", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p#readme",