Skip to content

Commit bd5460c

Browse files
chore(master): release 13.1.0 (#496)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9ffc2a2 commit bd5460c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
* chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245
1616

1717

18+
## [13.1.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v13.0.0...v13.1.0) (2024-06-20)
19+
20+
21+
### Features
22+
23+
* add service capabilities and dependencies definition ([#497](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/497)) ([9ffc2a2](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/9ffc2a2c2fa49ef2ff8f99865048e9c16a79a19a))
24+
* publish at least mesh_n peers ([#493](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/493)) ([bc3906f](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/bc3906f4e1cc2c31dd9b98a0b6a1e51d33ac003a))
25+
1826
## [13.0.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v12.0.0...v13.0.0) (2024-02-27)
1927

2028

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-gossipsub",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"description": "A typescript implementation of gossipsub",
55
"files": [
66
"src",

0 commit comments

Comments
 (0)