Skip to content

Commit bf02df0

Browse files
chore(master): release 11.0.0 (#474)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 01f46d8 commit bf02df0

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

1717

18+
## [11.0.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v10.1.1...v11.0.0) (2023-12-03)
19+
20+
21+
### ⚠ BREAKING CHANGES
22+
23+
* requires libp2p v1
24+
25+
### Bug Fixes
26+
27+
* update to libp2p v1 deps ([#473](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/473)) ([01f46d8](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/01f46d88b0f073721ab2bf481e9878fbcce02084))
28+
1829
## [10.1.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v10.1.0...v10.1.1) (2023-11-21)
1930

2031

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": "10.1.1",
3+
"version": "11.0.0",
44
"description": "A typescript implementation of gossipsub",
55
"files": [
66
"src",

0 commit comments

Comments
 (0)