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

Commit f51c2bf

Browse files
chore(release): 3.1.3 [skip ci]
## [3.1.3](v3.1.2...v3.1.3) (2023-03-31) ### Trivial Changes * replace err-code with CodeError ([#36](#36)) ([fc2aefd](fc2aefd)), closes [js-libp2p#1269](libp2p/js-libp2p#1269) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([1861a94](1861a94)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([0f312c0](0f312c0)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([6a277a6](6a277a6)) ### Dependencies * bump it-merge from 2.0.1 to 3.0.0 ([#51](#51)) ([129166b](129166b)) * **dev:** bump it-all from 2.0.1 to 3.0.1 ([#50](#50)) ([d8420a0](d8420a0))
1 parent d8420a0 commit f51c2bf

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [3.1.3](https://github.com/libp2p/js-libp2p-multistream-select/compare/v3.1.2...v3.1.3) (2023-03-31)
2+
3+
4+
### Trivial Changes
5+
6+
* replace err-code with CodeError ([#36](https://github.com/libp2p/js-libp2p-multistream-select/issues/36)) ([fc2aefd](https://github.com/libp2p/js-libp2p-multistream-select/commit/fc2aefdec0db9a2b39fe8259881cf3a2693027cb)), closes [js-libp2p#1269](https://github.com/libp2p/js-libp2p/issues/1269)
7+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([1861a94](https://github.com/libp2p/js-libp2p-multistream-select/commit/1861a945fd8fef3d407591632d92f080d07e0bed))
8+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([0f312c0](https://github.com/libp2p/js-libp2p-multistream-select/commit/0f312c08f3760f188304074088060f3d701e5815))
9+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([6a277a6](https://github.com/libp2p/js-libp2p-multistream-select/commit/6a277a6efdcbd3afef72335699d3a61e4bbea609))
10+
11+
12+
### Dependencies
13+
14+
* bump it-merge from 2.0.1 to 3.0.0 ([#51](https://github.com/libp2p/js-libp2p-multistream-select/issues/51)) ([129166b](https://github.com/libp2p/js-libp2p-multistream-select/commit/129166ba5366d29d20e2629ce1f542c57cc864ba))
15+
* **dev:** bump it-all from 2.0.1 to 3.0.1 ([#50](https://github.com/libp2p/js-libp2p-multistream-select/issues/50)) ([d8420a0](https://github.com/libp2p/js-libp2p-multistream-select/commit/d8420a03207be7ee3472c4bb7a4f3cc0912758a1))
16+
117
## [3.1.2](https://github.com/libp2p/js-libp2p-multistream-select/compare/v3.1.1...v3.1.2) (2022-12-16)
218

319

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.1.2",
3+
"version": "3.1.3",
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)