Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 41158ab

Browse files
chore(release): 3.1.1 [skip ci]
## [3.1.1](v3.1.0...v3.1.1) (2022-10-31) ### Bug Fixes * set min and max protocol length ([#21](#21)) ([ae42f76](ae42f76)) ### Trivial Changes * update to handshake 4.1.2 ([#28](#28)) ([53883b1](53883b1))
1 parent ae42f76 commit 41158ab

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.1.1](https://github.com/libp2p/js-libp2p-multistream-select/compare/v3.1.0...v3.1.1) (2022-10-31)
2+
3+
4+
### Bug Fixes
5+
6+
* set min and max protocol length ([#21](https://github.com/libp2p/js-libp2p-multistream-select/issues/21)) ([ae42f76](https://github.com/libp2p/js-libp2p-multistream-select/commit/ae42f7623b557d33208c12c69d7f01e49f478fdb))
7+
8+
9+
### Trivial Changes
10+
11+
* update to handshake 4.1.2 ([#28](https://github.com/libp2p/js-libp2p-multistream-select/issues/28)) ([53883b1](https://github.com/libp2p/js-libp2p-multistream-select/commit/53883b1c6215584043f4dd6e97e2d10adb890af6))
12+
113
## [3.1.0](https://github.com/libp2p/js-libp2p-multistream-select/compare/v3.0.0...v3.1.0) (2022-10-12)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/multistream-select",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "JavaScript implementation of multistream-select",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-multistream-select#readme",

0 commit comments

Comments
 (0)