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

Commit a9fcc78

Browse files
chore(release): 3.1.0 [skip ci]
## [3.1.0](v3.0.0...v3.1.0) (2022-10-12) ### Features * add lazy select ([#18](#18)) ([d3bff7c](d3bff7c)) ### Trivial Changes * Update .github/workflows/stale.yml [skip ci] ([ba9ea12](ba9ea12)) ### Dependencies * bump uint8arrays from 3.x.x to 4.x.x ([#22](#22)) ([cfb887b](cfb887b))
1 parent d3bff7c commit a9fcc78

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [3.1.0](https://github.com/libp2p/js-libp2p-multistream-select/compare/v3.0.0...v3.1.0) (2022-10-12)
2+
3+
4+
### Features
5+
6+
* add lazy select ([#18](https://github.com/libp2p/js-libp2p-multistream-select/issues/18)) ([d3bff7c](https://github.com/libp2p/js-libp2p-multistream-select/commit/d3bff7cc3cd5afe6ebc1355241030868ec0aa572))
7+
8+
9+
### Trivial Changes
10+
11+
* Update .github/workflows/stale.yml [skip ci] ([ba9ea12](https://github.com/libp2p/js-libp2p-multistream-select/commit/ba9ea12b2b55602bbeb6c9227976419851496783))
12+
13+
14+
### Dependencies
15+
16+
* bump uint8arrays from 3.x.x to 4.x.x ([#22](https://github.com/libp2p/js-libp2p-multistream-select/issues/22)) ([cfb887b](https://github.com/libp2p/js-libp2p-multistream-select/commit/cfb887b9bc01f8234838049c59866064db97bdf5))
17+
118
## [3.0.0](https://github.com/libp2p/js-libp2p-multistream-select/compare/v2.0.2...v3.0.0) (2022-08-06)
219

320

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/multistream-select",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
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)