Skip to content

Commit 23d49be

Browse files
authoredDec 1, 2022
chore(master): release 5.3.0 (#379)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ac7fd52 commit 23d49be

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed
 

‎CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@
1515
* chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245
1616

1717

18+
## [5.3.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v5.2.1...v5.3.0) (2022-12-01)
19+
20+
21+
### Features
22+
23+
* add `src` folder to package to enable access to source map ([#337](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/337)) ([7a20b0c](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/7a20b0ca7b0c01c791c71ee89fffdd436bc1dfc2))
24+
25+
26+
### Bug Fixes
27+
28+
* sync leave() function ([#378](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/378)) ([ac7fd52](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/ac7fd52c04b9a7f07106221341a765523007c91c))
29+
1830
## [5.2.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v5.2.0...v5.2.1) (2022-11-15)
1931

2032

‎package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-gossipsub",
3-
"version": "5.2.1",
3+
"version": "5.3.0",
44
"description": "A typescript implementation of gossipsub",
55
"leadMaintainer": "Cayman Nava <caymannava@gmail.com>",
66
"files": [

0 commit comments

Comments
 (0)
Failed to load comments.